Shades of Steel Blue #407DA7
Tints of Steel Blue #407DA7
RGB
CMYK
RGB Variations
Color information
#407DA7 (or 0x407DA7) is known color: Steel Blue. HEX triplet: 40, 7D and A7. RGB value is (64,125,167). Sum of RGB (Red+Green+Blue) = 64+125+167=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #407DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407DA7 is #BF8258. Grayscale: #6F6F6F. Windows color (decimal): -12550745 or 10976576. OLE color: 10976576.
HSL color Cylindrical-coordinate representation of color #407DA7: hue angle of 204.47º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #407DA7 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 125 | 167 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.35 |
| HSL | 204.47º | 0.45% | 0.45% | - |
| HSV(B) | 204.47º | 0.62% | 0.65% | - |
| XYZ | 16.42 | 18.55 | 39.27 | - |
| YUV | 111.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 167 | 0.62 | 0.25 | 0 | 0.35 | 204.47 | 0.45 | 0.45 |
| Hex | 40 | 7D | A7 | 3E | 19 | 0 | 23 | CC | 2D | 2D |
| Octal | 100 | 175 | 247 | 76 | 31 | 0 | 43 | 314 | 55 | 55 |
| Binary | 1000000 | 1111101 | 10100111 | 111110 | 11001 | 0 | 100011 | 11001100 | 101101 | 101101 |
Color Harmonies of #407DA7
Complementary color
Monochromatic Colors of #407DA7
Black with #407DA7
Text Example
Text Example
White with #407DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DA7; }
p { color: rgb(64,125,167); }
H1.HeaderClassName
{
color: #407DA7;
}
.AnyTagClassName
{
color: #407DA7;
}
</style>
background-color css
<style>
a { background-color: #407DA7; }
a { background-color: rgb(64,125,167); }
div.DivClassName
{
background-color: #407DA7;
}
.BgClassName
{
background-color: #407DA7;
}
</style>
border-color css
<style>
span { border-color: #407DA7; }
span { border-color: rgb(64,125,167); }
td.TdClassName
{
border-color: #407DA7;
}
.TagClassName
{
border-color: #407DA7;
}
</style>