#495F6D
A dark, muted blue closely aligning with Darkslategray.
About #495F6D
Visually, #495F6D is defined as a muted blue. It is closely associated with the named CSS color Darkslategray. This translates to an RGB value of rgb(73, 95, 109).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 33% cyan, 13% magenta, 0% yellow, and 57% black. The HSL representation is 203.3° hue, 19.8% saturation, and 35.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#495F6D
RGB73, 95, 109
HSL203.3°, 19.8%, 35.7%
CMYK33%, 13%, 0%, 57%
HSV203.3°, 33.0%, 42.7%
LAB39.1, -4.6, -10.6
XYZ9.6, 10.7, 16.0
Decimal4808557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.69:1
Text on #FFFFFF
AA
3.14:1
Text on #000000
AA Large
6.39:1
Text on #F8FAFC
AA
2.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #495F6D;
}
.text-color {
color: #495F6D;
}
.border-color {
border: 2px solid #495F6D;
}