#4975E9
A light, vivid blue closely aligning with Royalblue.
About #4975E9
The hex code #4975E9 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 117, and 233.
Translating this color to physical media requires the CMYK color model. The color uses 69% Cyan, 50% Magenta, 0% Yellow, and 9% Black. The HSL representation is 223.5° hue, 78.4% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4975E9
RGB73, 117, 233
HSL223.5°, 78.4%, 60.0%
CMYK69%, 50%, 0%, 9%
HSV223.5°, 68.7%, 91.4%
LAB51.9, 22.7, -63.2
XYZ23.8, 20.0, 79.7
Decimal4814313
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4975E9;
}
.text-color {
color: #4975E9;
}
.border-color {
border: 2px solid #4975E9;
}