Shades of Steel Blue #417FB1
Tints of Steel Blue #417FB1
RGB
CMYK
RGB Variations
Color information
#417FB1 (or 0x417FB1) is known color: Steel Blue. HEX triplet: 41, 7F and B1. RGB value is (65,127,177). Sum of RGB (Red+Green+Blue) = 65+127+177=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #417FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FB1 is #BE804E. Grayscale: #717171. Windows color (decimal): -12484687 or 11632449. OLE color: 11632449.
HSL color Cylindrical-coordinate representation of color #417FB1: hue angle of 206.79º 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 #417FB1 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 127 | 177 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.31 |
| HSL | 206.79º | 0.46% | 0.47% | - |
| HSV(B) | 206.79º | 0.63% | 0.69% | - |
| XYZ | 17.71 | 19.48 | 44.42 | - |
| YUV | 114.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 177 | 0.63 | 0.28 | 0 | 0.31 | 206.79 | 0.46 | 0.47 |
| Hex | 41 | 7F | B1 | 3F | 1C | 0 | 1F | CF | 2E | 2F |
| Octal | 101 | 177 | 261 | 77 | 34 | 0 | 37 | 317 | 56 | 57 |
| Binary | 1000001 | 1111111 | 10110001 | 111111 | 11100 | 0 | 11111 | 11001111 | 101110 | 101111 |
Color Harmonies of #417FB1
Complementary color
Monochromatic Colors of #417FB1
Black with #417FB1
Text Example
Text Example
White with #417FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FB1; }
p { color: rgb(65,127,177); }
H1.HeaderClassName
{
color: #417FB1;
}
.AnyTagClassName
{
color: #417FB1;
}
</style>
background-color css
<style>
a { background-color: #417FB1; }
a { background-color: rgb(65,127,177); }
div.DivClassName
{
background-color: #417FB1;
}
.BgClassName
{
background-color: #417FB1;
}
</style>
border-color css
<style>
span { border-color: #417FB1; }
span { border-color: rgb(65,127,177); }
td.TdClassName
{
border-color: #417FB1;
}
.TagClassName
{
border-color: #417FB1;
}
</style>