Shades of Steel Blue #417DAB
Tints of Steel Blue #417DAB
RGB
CMYK
RGB Variations
Color information
#417DAB (or 0x417DAB) is known color: Steel Blue. HEX triplet: 41, 7D and AB. RGB value is (65,125,171). Sum of RGB (Red+Green+Blue) = 65+125+171=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #417DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417DAB is #BE8254. Grayscale: #707070. Windows color (decimal): -12485205 or 11238721. OLE color: 11238721.
HSL color Cylindrical-coordinate representation of color #417DAB: hue angle of 206.04º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #417DAB is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 125 | 171 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.33 |
| HSL | 206.04º | 0.45% | 0.46% | - |
| HSV(B) | 206.04º | 0.62% | 0.67% | - |
| XYZ | 16.86 | 18.73 | 41.25 | - |
| YUV | 112.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 171 | 0.62 | 0.27 | 0 | 0.33 | 206.04 | 0.45 | 0.46 |
| Hex | 41 | 7D | AB | 3E | 1B | 0 | 21 | CE | 2D | 2E |
| Octal | 101 | 175 | 253 | 76 | 33 | 0 | 41 | 316 | 55 | 56 |
| Binary | 1000001 | 1111101 | 10101011 | 111110 | 11011 | 0 | 100001 | 11001110 | 101101 | 101110 |
Color Harmonies of #417DAB
Complementary color
Monochromatic Colors of #417DAB
Black with #417DAB
Text Example
Text Example
White with #417DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DAB; }
p { color: rgb(65,125,171); }
H1.HeaderClassName
{
color: #417DAB;
}
.AnyTagClassName
{
color: #417DAB;
}
</style>
background-color css
<style>
a { background-color: #417DAB; }
a { background-color: rgb(65,125,171); }
div.DivClassName
{
background-color: #417DAB;
}
.BgClassName
{
background-color: #417DAB;
}
</style>
border-color css
<style>
span { border-color: #417DAB; }
span { border-color: rgb(65,125,171); }
td.TdClassName
{
border-color: #417DAB;
}
.TagClassName
{
border-color: #417DAB;
}
</style>