#4924FF
A medium, vivid blue closely aligning with Blue.
About #4924FF
At its core, #4924FF is a medium and vivid hue. Designers often compare it to the standard color Blue. Its digital footprint relies on 73 parts red, 36 parts green, and 255 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 71% C, 86% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#4924FF
RGB73, 36, 255
HSL250.1°, 100.0%, 57.1%
CMYK71%, 86%, 0%, 0%
HSV250.1°, 85.9%, 100.0%
LAB37.7, 73.0, -98.9
XYZ21.4, 9.9, 95.4
Decimal4793599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.05:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.74:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4924FF;
}
.text-color {
color: #4924FF;
}
.border-color {
border: 2px solid #4924FF;
}