Shades of Steel Blue #417AAC
Tints of Steel Blue #417AAC
RGB
CMYK
RGB Variations
Color information
#417AAC (or 0x417AAC) is known color: Steel Blue. HEX triplet: 41, 7A and AC. RGB value is (65,122,172). Sum of RGB (Red+Green+Blue) = 65+122+172=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #417AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417AAC is #BE8553. Grayscale: #6E6E6E. Windows color (decimal): -12485972 or 11303489. OLE color: 11303489.
HSL color Cylindrical-coordinate representation of color #417AAC: hue angle of 208.04º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #417AAC is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 122 | 172 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.33 |
| HSL | 208.04º | 0.45% | 0.46% | - |
| HSV(B) | 208.04º | 0.62% | 0.67% | - |
| XYZ | 16.59 | 18.02 | 41.63 | - |
| YUV | 110.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 172 | 0.62 | 0.29 | 0 | 0.33 | 208.04 | 0.45 | 0.46 |
| Hex | 41 | 7A | AC | 3E | 1D | 0 | 21 | D0 | 2D | 2E |
| Octal | 101 | 172 | 254 | 76 | 35 | 0 | 41 | 320 | 55 | 56 |
| Binary | 1000001 | 1111010 | 10101100 | 111110 | 11101 | 0 | 100001 | 11010000 | 101101 | 101110 |
Color Harmonies of #417AAC
Complementary color
Monochromatic Colors of #417AAC
Black with #417AAC
Text Example
Text Example
White with #417AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AAC; }
p { color: rgb(65,122,172); }
H1.HeaderClassName
{
color: #417AAC;
}
.AnyTagClassName
{
color: #417AAC;
}
</style>
background-color css
<style>
a { background-color: #417AAC; }
a { background-color: rgb(65,122,172); }
div.DivClassName
{
background-color: #417AAC;
}
.BgClassName
{
background-color: #417AAC;
}
</style>
border-color css
<style>
span { border-color: #417AAC; }
span { border-color: rgb(65,122,172); }
td.TdClassName
{
border-color: #417AAC;
}
.TagClassName
{
border-color: #417AAC;
}
</style>