Shades of Steel Blue #417AB0
Tints of Steel Blue #417AB0
RGB
CMYK
RGB Variations
Color information
#417AB0 (or 0x417AB0) is known color: Steel Blue. HEX triplet: 41, 7A and B0. RGB value is (65,122,176). Sum of RGB (Red+Green+Blue) = 65+122+176=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #417AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417AB0 is #BE854F. Grayscale: #6E6E6E. Windows color (decimal): -12485968 or 11565633. OLE color: 11565633.
HSL color Cylindrical-coordinate representation of color #417AB0: hue angle of 209.19º 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 #417AB0 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 122 | 176 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.31 |
| HSL | 209.19º | 0.46% | 0.47% | - |
| HSV(B) | 209.19º | 0.63% | 0.69% | - |
| XYZ | 16.98 | 18.18 | 43.69 | - |
| YUV | 111.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 176 | 0.63 | 0.31 | 0 | 0.31 | 209.19 | 0.46 | 0.47 |
| Hex | 41 | 7A | B0 | 3F | 1F | 0 | 1F | D1 | 2E | 2F |
| Octal | 101 | 172 | 260 | 77 | 37 | 0 | 37 | 321 | 56 | 57 |
| Binary | 1000001 | 1111010 | 10110000 | 111111 | 11111 | 0 | 11111 | 11010001 | 101110 | 101111 |
Color Harmonies of #417AB0
Complementary color
Monochromatic Colors of #417AB0
Black with #417AB0
Text Example
Text Example
White with #417AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AB0; }
p { color: rgb(65,122,176); }
H1.HeaderClassName
{
color: #417AB0;
}
.AnyTagClassName
{
color: #417AB0;
}
</style>
background-color css
<style>
a { background-color: #417AB0; }
a { background-color: rgb(65,122,176); }
div.DivClassName
{
background-color: #417AB0;
}
.BgClassName
{
background-color: #417AB0;
}
</style>
border-color css
<style>
span { border-color: #417AB0; }
span { border-color: rgb(65,122,176); }
td.TdClassName
{
border-color: #417AB0;
}
.TagClassName
{
border-color: #417AB0;
}
</style>