Shades of Steel Blue #407DA2
Tints of Steel Blue #407DA2
RGB
CMYK
RGB Variations
Color information
#407DA2 (or 0x407DA2) is known color: Steel Blue. HEX triplet: 40, 7D and A2. RGB value is (64,125,162). Sum of RGB (Red+Green+Blue) = 64+125+162=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 162 - color contains mainly: blue. Hex color #407DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407DA2 is #BF825D. Grayscale: #6E6E6E. Windows color (decimal): -12550750 or 10648896. OLE color: 10648896.
HSL color Cylindrical-coordinate representation of color #407DA2: hue angle of 202.65º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #407DA2 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 125 | 162 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.36 |
| HSL | 202.65º | 0.43% | 0.44% | - |
| HSV(B) | 202.65º | 0.6% | 0.64% | - |
| XYZ | 15.97 | 18.37 | 36.89 | - |
| YUV | 110.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 162 | 0.60 | 0.23 | 0 | 0.36 | 202.65 | 0.43 | 0.44 |
| Hex | 40 | 7D | A2 | 3C | 17 | 0 | 24 | CB | 2B | 2C |
| Octal | 100 | 175 | 242 | 74 | 27 | 0 | 44 | 313 | 53 | 54 |
| Binary | 1000000 | 1111101 | 10100010 | 111100 | 10111 | 0 | 100100 | 11001011 | 101011 | 101100 |
Color Harmonies of #407DA2
Complementary color
Monochromatic Colors of #407DA2
Black with #407DA2
Text Example
Text Example
White with #407DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DA2; }
p { color: rgb(64,125,162); }
H1.HeaderClassName
{
color: #407DA2;
}
.AnyTagClassName
{
color: #407DA2;
}
</style>
background-color css
<style>
a { background-color: #407DA2; }
a { background-color: rgb(64,125,162); }
div.DivClassName
{
background-color: #407DA2;
}
.BgClassName
{
background-color: #407DA2;
}
</style>
border-color css
<style>
span { border-color: #407DA2; }
span { border-color: rgb(64,125,162); }
td.TdClassName
{
border-color: #407DA2;
}
.TagClassName
{
border-color: #407DA2;
}
</style>