Shades of Steel Blue #407AAC
Tints of Steel Blue #407AAC
RGB
CMYK
RGB Variations
Color information
#407AAC (or 0x407AAC) is known color: Steel Blue. HEX triplet: 40, 7A and AC. RGB value is (64,122,172). Sum of RGB (Red+Green+Blue) = 64+122+172=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #407AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AAC is #BF8553. Grayscale: #6E6E6E. Windows color (decimal): -12551508 or 11303488. OLE color: 11303488.
HSL color Cylindrical-coordinate representation of color #407AAC: hue angle of 207.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #407AAC is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 122 | 172 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.33 |
| HSL | 207.78º | 0.46% | 0.46% | - |
| HSV(B) | 207.78º | 0.63% | 0.67% | - |
| XYZ | 16.52 | 17.99 | 41.63 | - |
| YUV | 110.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 172 | 0.63 | 0.29 | 0 | 0.33 | 207.78 | 0.46 | 0.46 |
| Hex | 40 | 7A | AC | 3F | 1D | 0 | 21 | D0 | 2E | 2E |
| Octal | 100 | 172 | 254 | 77 | 35 | 0 | 41 | 320 | 56 | 56 |
| Binary | 1000000 | 1111010 | 10101100 | 111111 | 11101 | 0 | 100001 | 11010000 | 101110 | 101110 |
Color Harmonies of #407AAC
Complementary color
Monochromatic Colors of #407AAC
Black with #407AAC
Text Example
Text Example
White with #407AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AAC; }
p { color: rgb(64,122,172); }
H1.HeaderClassName
{
color: #407AAC;
}
.AnyTagClassName
{
color: #407AAC;
}
</style>
background-color css
<style>
a { background-color: #407AAC; }
a { background-color: rgb(64,122,172); }
div.DivClassName
{
background-color: #407AAC;
}
.BgClassName
{
background-color: #407AAC;
}
</style>
border-color css
<style>
span { border-color: #407AAC; }
span { border-color: rgb(64,122,172); }
td.TdClassName
{
border-color: #407AAC;
}
.TagClassName
{
border-color: #407AAC;
}
</style>