#4933CC
A medium, moderate blue closely aligning with Blueviolet.
About #4933CC
The hex code #4933CC represents a beautifully specific shade of blue. It is closely associated with the named CSS color Blueviolet. Its digital footprint relies on 73 parts red, 51 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 64% Cyan, 75% Magenta, 0% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4933CC
RGB73, 51, 204
HSL248.6°, 60.0%, 50.0%
CMYK64%, 75%, 0%, 20%
HSV248.6°, 75.0%, 80.0%
LAB34.3, 52.5, -75.4
XYZ14.8, 8.1, 57.9
Decimal4797388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.99:1
Text on #FFFFFF
AAA
2.63:1
Text on #000000
FAIL
7.64:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4933CC;
}
.text-color {
color: #4933CC;
}
.border-color {
border: 2px solid #4933CC;
}