Shades of Steel Blue #407AAD
Tints of Steel Blue #407AAD
RGB
CMYK
RGB Variations
Color information
#407AAD (or 0x407AAD) is known color: Steel Blue. HEX triplet: 40, 7A and AD. RGB value is (64,122,173). Sum of RGB (Red+Green+Blue) = 64+122+173=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #407AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AAD is #BF8552. Grayscale: #6E6E6E. Windows color (decimal): -12551507 or 11369024. OLE color: 11369024.
HSL color Cylindrical-coordinate representation of color #407AAD: hue angle of 208.07º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #407AAD is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 122 | 173 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.32 |
| HSL | 208.07º | 0.46% | 0.46% | - |
| HSV(B) | 208.07º | 0.63% | 0.68% | - |
| XYZ | 16.62 | 18.03 | 42.14 | - |
| YUV | 110.47 | 163.28 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 173 | 0.63 | 0.29 | 0 | 0.32 | 208.07 | 0.46 | 0.46 |
| Hex | 40 | 7A | AD | 3F | 1D | 0 | 20 | D0 | 2E | 2E |
| Octal | 100 | 172 | 255 | 77 | 35 | 0 | 40 | 320 | 56 | 56 |
| Binary | 1000000 | 1111010 | 10101101 | 111111 | 11101 | 0 | 100000 | 11010000 | 101110 | 101110 |
Color Harmonies of #407AAD
Complementary color
Monochromatic Colors of #407AAD
Black with #407AAD
Text Example
Text Example
White with #407AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AAD; }
p { color: rgb(64,122,173); }
H1.HeaderClassName
{
color: #407AAD;
}
.AnyTagClassName
{
color: #407AAD;
}
</style>
background-color css
<style>
a { background-color: #407AAD; }
a { background-color: rgb(64,122,173); }
div.DivClassName
{
background-color: #407AAD;
}
.BgClassName
{
background-color: #407AAD;
}
</style>
border-color css
<style>
span { border-color: #407AAD; }
span { border-color: rgb(64,122,173); }
td.TdClassName
{
border-color: #407AAD;
}
.TagClassName
{
border-color: #407AAD;
}
</style>