#490F50
A very dark, moderate magenta closely aligning with Darkslateblue.
About #490F50
At its core, #490F50 is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(73, 15, 80).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 9% C, 81% M, 0% Y, and 69% K. The HSL representation is 293.5° hue, 68.4% saturation, and 18.6% lightness.
When using this color as a background, text legibility must be considered. 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#490F50
RGB73, 15, 80
HSL293.5°, 68.4%, 18.6%
CMYK9%, 81%, 0%, 69%
HSV293.5°, 81.2%, 31.4%
LAB17.2, 36.1, -25.9
XYZ4.4, 2.3, 7.8
Decimal4788048
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.31:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.68:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #490F50;
}
.text-color {
color: #490F50;
}
.border-color {
border: 2px solid #490F50;
}