#490724
A very dark, vivid magenta closely aligning with Black.
About #490724
At its core, #490724 is a very dark and vivid hue. Its closest recognized web color is Black. This translates to an RGB value of rgb(73, 7, 36).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 90% magenta inks. With a hue angle of 333.6 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#490724
RGB73, 7, 36
HSL333.6°, 82.5%, 15.7%
CMYK0%, 90%, 51%, 71%
HSV333.6°, 90.4%, 28.6%
LAB13.8, 32.0, 0.1
XYZ3.1, 1.7, 1.8
Decimal4785956
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.68:1
Text on #FFFFFF
AAA
1.34:1
Text on #000000
FAIL
14.99:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #490724;
}
.text-color {
color: #490724;
}
.border-color {
border: 2px solid #490724;
}