#495FC5
A medium, moderate blue closely aligning with Royalblue.
About #495FC5
The precise color #495FC5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Royalblue. In the RGB color space, it consists of 73 red, 95 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. The color uses 63% Cyan, 52% Magenta, 0% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#495FC5
RGB73, 95, 197
HSL229.4°, 51.7%, 52.9%
CMYK63%, 52%, 0%, 23%
HSV229.4°, 62.9%, 77.3%
LAB43.7, 23.9, -55.9
XYZ16.9, 13.6, 54.6
Decimal4808645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.64:1
Text on #FFFFFF
AA
3.73:1
Text on #000000
AA Large
5.39:1
Text on #F8FAFC
AA
3.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #495FC5;
}
.text-color {
color: #495FC5;
}
.border-color {
border: 2px solid #495FC5;
}