#490F3A
A very dark, moderate magenta closely aligning with Darkslateblue.
About #490F3A
Visually, #490F3A is defined as a moderate magenta. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(73, 15, 58).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 79% M, 21% Y, and 71% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#490F3A
RGB73, 15, 58
HSL315.5°, 65.9%, 17.3%
CMYK0%, 79%, 21%, 71%
HSV315.5°, 79.5%, 28.6%
LAB15.8, 32.0, -12.8
XYZ3.7, 2.1, 4.2
Decimal4788026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.86:1
Text on #FFFFFF
AAA
1.41:1
Text on #000000
FAIL
14.21:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #490F3A;
}
.text-color {
color: #490F3A;
}
.border-color {
border: 2px solid #490F3A;
}