Shades of Steel Blue #407AA9
Tints of Steel Blue #407AA9
RGB
CMYK
RGB Variations
Color information
#407AA9 (or 0x407AA9) is known color: Steel Blue. HEX triplet: 40, 7A and A9. RGB value is (64,122,169). Sum of RGB (Red+Green+Blue) = 64+122+169=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 169 (66.41% from 255 or 47.61% from 355); Max value from RGB is 169 - color contains mainly: blue. Hex color #407AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407AA9 is #BF8556. Grayscale: #6D6D6D. Windows color (decimal): -12551511 or 11106880. OLE color: 11106880.
HSL color Cylindrical-coordinate representation of color #407AA9: hue angle of 206.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #407AA9 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 122 | 169 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.34 |
| HSL | 206.86º | 0.45% | 0.46% | - |
| HSV(B) | 206.86º | 0.62% | 0.66% | - |
| XYZ | 16.24 | 17.87 | 40.13 | - |
| YUV | 110.02 | 161.28 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 169 | 0.62 | 0.28 | 0 | 0.34 | 206.86 | 0.45 | 0.46 |
| Hex | 40 | 7A | A9 | 3E | 1C | 0 | 22 | CF | 2D | 2E |
| Octal | 100 | 172 | 251 | 76 | 34 | 0 | 42 | 317 | 55 | 56 |
| Binary | 1000000 | 1111010 | 10101001 | 111110 | 11100 | 0 | 100010 | 11001111 | 101101 | 101110 |
Color Harmonies of #407AA9
Complementary color
Monochromatic Colors of #407AA9
Black with #407AA9
Text Example
Text Example
White with #407AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AA9; }
p { color: rgb(64,122,169); }
H1.HeaderClassName
{
color: #407AA9;
}
.AnyTagClassName
{
color: #407AA9;
}
</style>
background-color css
<style>
a { background-color: #407AA9; }
a { background-color: rgb(64,122,169); }
div.DivClassName
{
background-color: #407AA9;
}
.BgClassName
{
background-color: #407AA9;
}
</style>
border-color css
<style>
span { border-color: #407AA9; }
span { border-color: rgb(64,122,169); }
td.TdClassName
{
border-color: #407AA9;
}
.TagClassName
{
border-color: #407AA9;
}
</style>