Shades of Steel Blue #417CAB
Tints of Steel Blue #417CAB
RGB
CMYK
RGB Variations
Color information
#417CAB (or 0x417CAB) is known color: Steel Blue. HEX triplet: 41, 7C and AB. RGB value is (65,124,171). Sum of RGB (Red+Green+Blue) = 65+124+171=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #417CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417CAB is #BE8354. Grayscale: #6F6F6F. Windows color (decimal): -12485461 or 11238465. OLE color: 11238465.
HSL color Cylindrical-coordinate representation of color #417CAB: hue angle of 206.6º 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 #417CAB is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 124 | 171 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.33 |
| HSL | 206.6º | 0.45% | 0.46% | - |
| HSV(B) | 206.6º | 0.62% | 0.67% | - |
| XYZ | 16.74 | 18.48 | 41.21 | - |
| YUV | 111.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 171 | 0.62 | 0.27 | 0 | 0.33 | 206.6 | 0.45 | 0.46 |
| Hex | 41 | 7C | AB | 3E | 1B | 0 | 21 | CF | 2D | 2E |
| Octal | 101 | 174 | 253 | 76 | 33 | 0 | 41 | 317 | 55 | 56 |
| Binary | 1000001 | 1111100 | 10101011 | 111110 | 11011 | 0 | 100001 | 11001111 | 101101 | 101110 |
Color Harmonies of #417CAB
Complementary color
Monochromatic Colors of #417CAB
Black with #417CAB
Text Example
Text Example
White with #417CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417CAB; }
p { color: rgb(65,124,171); }
H1.HeaderClassName
{
color: #417CAB;
}
.AnyTagClassName
{
color: #417CAB;
}
</style>
background-color css
<style>
a { background-color: #417CAB; }
a { background-color: rgb(65,124,171); }
div.DivClassName
{
background-color: #417CAB;
}
.BgClassName
{
background-color: #417CAB;
}
</style>
border-color css
<style>
span { border-color: #417CAB; }
span { border-color: rgb(65,124,171); }
td.TdClassName
{
border-color: #417CAB;
}
.TagClassName
{
border-color: #417CAB;
}
</style>