#4983C5
A medium, moderate blue closely aligning with Steelblue.
About #4983C5
The precise color #4983C5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 73 parts red, 131 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 63% Cyan, 34% Magenta, 0% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4983C5
RGB73, 131, 197
HSL211.9°, 51.7%, 52.9%
CMYK63%, 34%, 0%, 23%
HSV211.9°, 62.9%, 77.3%
LAB53.7, 1.6, -40.0
XYZ20.9, 21.7, 55.9
Decimal4817861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.34:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4983C5;
}
.text-color {
color: #4983C5;
}
.border-color {
border: 2px solid #4983C5;
}