Shades of Steel Blue #417FB0
Tints of Steel Blue #417FB0
RGB
CMYK
RGB Variations
Color information
#417FB0 (or 0x417FB0) is known color: Steel Blue. HEX triplet: 41, 7F and B0. RGB value is (65,127,176). Sum of RGB (Red+Green+Blue) = 65+127+176=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 176 - color contains mainly: blue. Hex color #417FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FB0 is #BE804F. Grayscale: #717171. Windows color (decimal): -12484688 or 11566913. OLE color: 11566913.
HSL color Cylindrical-coordinate representation of color #417FB0: hue angle of 206.49º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #417FB0 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 127 | 176 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.31 |
| HSL | 206.49º | 0.46% | 0.47% | - |
| HSV(B) | 206.49º | 0.63% | 0.69% | - |
| XYZ | 17.61 | 19.44 | 43.9 | - |
| YUV | 114.05 | 162.96 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 176 | 0.63 | 0.28 | 0 | 0.31 | 206.49 | 0.46 | 0.47 |
| Hex | 41 | 7F | B0 | 3F | 1C | 0 | 1F | CE | 2E | 2F |
| Octal | 101 | 177 | 260 | 77 | 34 | 0 | 37 | 316 | 56 | 57 |
| Binary | 1000001 | 1111111 | 10110000 | 111111 | 11100 | 0 | 11111 | 11001110 | 101110 | 101111 |
Color Harmonies of #417FB0
Complementary color
Monochromatic Colors of #417FB0
Black with #417FB0
Text Example
Text Example
White with #417FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FB0; }
p { color: rgb(65,127,176); }
H1.HeaderClassName
{
color: #417FB0;
}
.AnyTagClassName
{
color: #417FB0;
}
</style>
background-color css
<style>
a { background-color: #417FB0; }
a { background-color: rgb(65,127,176); }
div.DivClassName
{
background-color: #417FB0;
}
.BgClassName
{
background-color: #417FB0;
}
</style>
border-color css
<style>
span { border-color: #417FB0; }
span { border-color: rgb(65,127,176); }
td.TdClassName
{
border-color: #417FB0;
}
.TagClassName
{
border-color: #417FB0;
}
</style>