Shades of Steel Blue #417FAE
Tints of Steel Blue #417FAE
RGB
CMYK
RGB Variations
Color information
#417FAE (or 0x417FAE) is known color: Steel Blue. HEX triplet: 41, 7F and AE. RGB value is (65,127,174). Sum of RGB (Red+Green+Blue) = 65+127+174=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #417FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FAE is #BE8051. Grayscale: #717171. Windows color (decimal): -12484690 or 11435841. OLE color: 11435841.
HSL color Cylindrical-coordinate representation of color #417FAE: hue angle of 205.87º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #417FAE is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 127 | 174 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.32 |
| HSL | 205.87º | 0.46% | 0.47% | - |
| HSV(B) | 205.87º | 0.63% | 0.68% | - |
| XYZ | 17.41 | 19.36 | 42.86 | - |
| YUV | 113.82 | 161.96 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 174 | 0.63 | 0.27 | 0 | 0.32 | 205.87 | 0.46 | 0.47 |
| Hex | 41 | 7F | AE | 3F | 1B | 0 | 20 | CE | 2E | 2F |
| Octal | 101 | 177 | 256 | 77 | 33 | 0 | 40 | 316 | 56 | 57 |
| Binary | 1000001 | 1111111 | 10101110 | 111111 | 11011 | 0 | 100000 | 11001110 | 101110 | 101111 |
Color Harmonies of #417FAE
Complementary color
Monochromatic Colors of #417FAE
Black with #417FAE
Text Example
Text Example
White with #417FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FAE; }
p { color: rgb(65,127,174); }
H1.HeaderClassName
{
color: #417FAE;
}
.AnyTagClassName
{
color: #417FAE;
}
</style>
background-color css
<style>
a { background-color: #417FAE; }
a { background-color: rgb(65,127,174); }
div.DivClassName
{
background-color: #417FAE;
}
.BgClassName
{
background-color: #417FAE;
}
</style>
border-color css
<style>
span { border-color: #417FAE; }
span { border-color: rgb(65,127,174); }
td.TdClassName
{
border-color: #417FAE;
}
.TagClassName
{
border-color: #417FAE;
}
</style>