Shades of Steel Blue #417AAF
Tints of Steel Blue #417AAF
RGB
CMYK
RGB Variations
Color information
#417AAF (or 0x417AAF) is known color: Steel Blue. HEX triplet: 41, 7A and AF. RGB value is (65,122,175). Sum of RGB (Red+Green+Blue) = 65+122+175=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #417AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417AAF is #BE8550. Grayscale: #6E6E6E. Windows color (decimal): -12485969 or 11500097. OLE color: 11500097.
HSL color Cylindrical-coordinate representation of color #417AAF: hue angle of 208.91º 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 #417AAF is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 122 | 175 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.31 |
| HSL | 208.91º | 0.46% | 0.47% | - |
| HSV(B) | 208.91º | 0.63% | 0.69% | - |
| XYZ | 16.88 | 18.14 | 43.17 | - |
| YUV | 111 | 164.12 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 175 | 0.63 | 0.30 | 0 | 0.31 | 208.91 | 0.46 | 0.47 |
| Hex | 41 | 7A | AF | 3F | 1E | 0 | 1F | D1 | 2E | 2F |
| Octal | 101 | 172 | 257 | 77 | 36 | 0 | 37 | 321 | 56 | 57 |
| Binary | 1000001 | 1111010 | 10101111 | 111111 | 11110 | 0 | 11111 | 11010001 | 101110 | 101111 |
Color Harmonies of #417AAF
Complementary color
Monochromatic Colors of #417AAF
Black with #417AAF
Text Example
Text Example
White with #417AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AAF; }
p { color: rgb(65,122,175); }
H1.HeaderClassName
{
color: #417AAF;
}
.AnyTagClassName
{
color: #417AAF;
}
</style>
background-color css
<style>
a { background-color: #417AAF; }
a { background-color: rgb(65,122,175); }
div.DivClassName
{
background-color: #417AAF;
}
.BgClassName
{
background-color: #417AAF;
}
</style>
border-color css
<style>
span { border-color: #417AAF; }
span { border-color: rgb(65,122,175); }
td.TdClassName
{
border-color: #417AAF;
}
.TagClassName
{
border-color: #417AAF;
}
</style>