Shades of Steel Blue #417AAD
Tints of Steel Blue #417AAD
RGB
CMYK
RGB Variations
Color information
#417AAD (or 0x417AAD) is known color: Steel Blue. HEX triplet: 41, 7A and AD. RGB value is (65,122,173). Sum of RGB (Red+Green+Blue) = 65+122+173=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #417AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417AAD is #BE8552. Grayscale: #6E6E6E. Windows color (decimal): -12485971 or 11369025. OLE color: 11369025.
HSL color Cylindrical-coordinate representation of color #417AAD: hue angle of 208.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #417AAD is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 122 | 173 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.32 |
| HSL | 208.33º | 0.45% | 0.47% | - |
| HSV(B) | 208.33º | 0.62% | 0.68% | - |
| XYZ | 16.68 | 18.06 | 42.14 | - |
| YUV | 110.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 173 | 0.62 | 0.29 | 0 | 0.32 | 208.33 | 0.45 | 0.47 |
| Hex | 41 | 7A | AD | 3E | 1D | 0 | 20 | D0 | 2D | 2F |
| Octal | 101 | 172 | 255 | 76 | 35 | 0 | 40 | 320 | 55 | 57 |
| Binary | 1000001 | 1111010 | 10101101 | 111110 | 11101 | 0 | 100000 | 11010000 | 101101 | 101111 |
Color Harmonies of #417AAD
Complementary color
Monochromatic Colors of #417AAD
Black with #417AAD
Text Example
Text Example
White with #417AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AAD; }
p { color: rgb(65,122,173); }
H1.HeaderClassName
{
color: #417AAD;
}
.AnyTagClassName
{
color: #417AAD;
}
</style>
background-color css
<style>
a { background-color: #417AAD; }
a { background-color: rgb(65,122,173); }
div.DivClassName
{
background-color: #417AAD;
}
.BgClassName
{
background-color: #417AAD;
}
</style>
border-color css
<style>
span { border-color: #417AAD; }
span { border-color: rgb(65,122,173); }
td.TdClassName
{
border-color: #417AAD;
}
.TagClassName
{
border-color: #417AAD;
}
</style>