Shades of Steel Blue #407DA9
Tints of Steel Blue #407DA9
RGB
CMYK
RGB Variations
Color information
#407DA9 (or 0x407DA9) is known color: Steel Blue. HEX triplet: 40, 7D and A9. RGB value is (64,125,169). Sum of RGB (Red+Green+Blue) = 64+125+169=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #407DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407DA9 is #BF8256. Grayscale: #6F6F6F. Windows color (decimal): -12550743 or 11107648. OLE color: 11107648.
HSL color Cylindrical-coordinate representation of color #407DA9: hue angle of 205.14º 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 #407DA9 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 125 | 169 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.34 |
| HSL | 205.14º | 0.45% | 0.46% | - |
| HSV(B) | 205.14º | 0.62% | 0.66% | - |
| XYZ | 16.61 | 18.62 | 40.26 | - |
| YUV | 111.78 | 160.29 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 169 | 0.62 | 0.26 | 0 | 0.34 | 205.14 | 0.45 | 0.46 |
| Hex | 40 | 7D | A9 | 3E | 1A | 0 | 22 | CD | 2D | 2E |
| Octal | 100 | 175 | 251 | 76 | 32 | 0 | 42 | 315 | 55 | 56 |
| Binary | 1000000 | 1111101 | 10101001 | 111110 | 11010 | 0 | 100010 | 11001101 | 101101 | 101110 |
Color Harmonies of #407DA9
Complementary color
Monochromatic Colors of #407DA9
Black with #407DA9
Text Example
Text Example
White with #407DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DA9; }
p { color: rgb(64,125,169); }
H1.HeaderClassName
{
color: #407DA9;
}
.AnyTagClassName
{
color: #407DA9;
}
</style>
background-color css
<style>
a { background-color: #407DA9; }
a { background-color: rgb(64,125,169); }
div.DivClassName
{
background-color: #407DA9;
}
.BgClassName
{
background-color: #407DA9;
}
</style>
border-color css
<style>
span { border-color: #407DA9; }
span { border-color: rgb(64,125,169); }
td.TdClassName
{
border-color: #407DA9;
}
.TagClassName
{
border-color: #407DA9;
}
</style>