#4975E2
A medium, vivid blue closely aligning with Royalblue.
About #4975E2
At its core, #4975E2 is a medium and vivid hue. Designers often compare it to the standard color Royalblue. In the RGB color space, it consists of 73 red, 117 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 68% cyan, 48% magenta, 0% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#4975E2
RGB73, 117, 226
HSL222.7°, 72.5%, 58.6%
CMYK68%, 48%, 0%, 11%
HSV222.7°, 67.7%, 88.6%
LAB51.4, 20.2, -60.0
XYZ22.8, 19.6, 74.5
Decimal4814306
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4975E2;
}
.text-color {
color: #4975E2;
}
.border-color {
border: 2px solid #4975E2;
}