#493399
A medium, moderate blue closely aligning with Rebeccapurple.
About #493399
At its core, #493399 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Rebeccapurple. This translates to an RGB value of rgb(73, 51, 153).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 52% C, 67% M, 0% Y, and 40% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#493399
RGB73, 51, 153
HSL252.9°, 50.0%, 40.0%
CMYK52%, 67%, 0%, 40%
HSV252.9°, 66.7%, 60.0%
LAB29.6, 36.9, -52.6
XYZ9.7, 6.1, 30.8
Decimal4797337
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.47:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.05:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #493399;
}
.text-color {
color: #493399;
}
.border-color {
border: 2px solid #493399;
}