Shades of Steel Blue #407DA6
Tints of Steel Blue #407DA6
RGB
CMYK
RGB Variations
Color information
#407DA6 (or 0x407DA6) is known color: Steel Blue. HEX triplet: 40, 7D and A6. RGB value is (64,125,166). Sum of RGB (Red+Green+Blue) = 64+125+166=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 166 - color contains mainly: blue. Hex color #407DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407DA6 is #BF8259. Grayscale: #6F6F6F. Windows color (decimal): -12550746 or 10911040. OLE color: 10911040.
HSL color Cylindrical-coordinate representation of color #407DA6: hue angle of 204.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #407DA6 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 125 | 166 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.35 |
| HSL | 204.12º | 0.44% | 0.45% | - |
| HSV(B) | 204.12º | 0.61% | 0.65% | - |
| XYZ | 16.33 | 18.51 | 38.79 | - |
| YUV | 111.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 166 | 0.61 | 0.25 | 0 | 0.35 | 204.12 | 0.44 | 0.45 |
| Hex | 40 | 7D | A6 | 3D | 19 | 0 | 23 | CC | 2C | 2D |
| Octal | 100 | 175 | 246 | 75 | 31 | 0 | 43 | 314 | 54 | 55 |
| Binary | 1000000 | 1111101 | 10100110 | 111101 | 11001 | 0 | 100011 | 11001100 | 101100 | 101101 |
Color Harmonies of #407DA6
Complementary color
Monochromatic Colors of #407DA6
Black with #407DA6
Text Example
Text Example
White with #407DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DA6; }
p { color: rgb(64,125,166); }
H1.HeaderClassName
{
color: #407DA6;
}
.AnyTagClassName
{
color: #407DA6;
}
</style>
background-color css
<style>
a { background-color: #407DA6; }
a { background-color: rgb(64,125,166); }
div.DivClassName
{
background-color: #407DA6;
}
.BgClassName
{
background-color: #407DA6;
}
</style>
border-color css
<style>
span { border-color: #407DA6; }
span { border-color: rgb(64,125,166); }
td.TdClassName
{
border-color: #407DA6;
}
.TagClassName
{
border-color: #407DA6;
}
</style>