Shades of Steel Blue #417BA7
Tints of Steel Blue #417BA7
RGB
CMYK
RGB Variations
Color information
#417BA7 (or 0x417BA7) is known color: Steel Blue. HEX triplet: 41, 7B and A7. RGB value is (65,123,167). Sum of RGB (Red+Green+Blue) = 65+123+167=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 167 - color contains mainly: blue. Hex color #417BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417BA7 is #BE8458. Grayscale: #6E6E6E. Windows color (decimal): -12485721 or 10976065. OLE color: 10976065.
HSL color Cylindrical-coordinate representation of color #417BA7: hue angle of 205.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #417BA7 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 123 | 167 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.35 |
| HSL | 205.88º | 0.44% | 0.45% | - |
| HSV(B) | 205.88º | 0.61% | 0.65% | - |
| XYZ | 16.24 | 18.08 | 39.19 | - |
| YUV | 110.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 167 | 0.61 | 0.26 | 0 | 0.35 | 205.88 | 0.44 | 0.45 |
| Hex | 41 | 7B | A7 | 3D | 1A | 0 | 23 | CE | 2C | 2D |
| Octal | 101 | 173 | 247 | 75 | 32 | 0 | 43 | 316 | 54 | 55 |
| Binary | 1000001 | 1111011 | 10100111 | 111101 | 11010 | 0 | 100011 | 11001110 | 101100 | 101101 |
Color Harmonies of #417BA7
Complementary color
Monochromatic Colors of #417BA7
Black with #417BA7
Text Example
Text Example
White with #417BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BA7; }
p { color: rgb(65,123,167); }
H1.HeaderClassName
{
color: #417BA7;
}
.AnyTagClassName
{
color: #417BA7;
}
</style>
background-color css
<style>
a { background-color: #417BA7; }
a { background-color: rgb(65,123,167); }
div.DivClassName
{
background-color: #417BA7;
}
.BgClassName
{
background-color: #417BA7;
}
</style>
border-color css
<style>
span { border-color: #417BA7; }
span { border-color: rgb(65,123,167); }
td.TdClassName
{
border-color: #417BA7;
}
.TagClassName
{
border-color: #417BA7;
}
</style>