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