Shades of Steel Blue #407FA8
Tints of Steel Blue #407FA8
RGB
CMYK
RGB Variations
Color information
#407FA8 (or 0x407FA8) is known color: Steel Blue. HEX triplet: 40, 7F and A8. RGB value is (64,127,168). Sum of RGB (Red+Green+Blue) = 64+127+168=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 168 - color contains mainly: blue. Hex color #407FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FA8 is #BF8057. Grayscale: #707070. Windows color (decimal): -12550232 or 11042624. OLE color: 11042624.
HSL color Cylindrical-coordinate representation of color #407FA8: hue angle of 203.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #407FA8 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 127 | 168 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.34 |
| HSL | 203.65º | 0.45% | 0.45% | - |
| HSV(B) | 203.65º | 0.62% | 0.66% | - |
| XYZ | 16.77 | 19.1 | 39.85 | - |
| YUV | 112.84 | 159.13 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 168 | 0.62 | 0.24 | 0 | 0.34 | 203.65 | 0.45 | 0.45 |
| Hex | 40 | 7F | A8 | 3E | 18 | 0 | 22 | CC | 2D | 2D |
| Octal | 100 | 177 | 250 | 76 | 30 | 0 | 42 | 314 | 55 | 55 |
| Binary | 1000000 | 1111111 | 10101000 | 111110 | 11000 | 0 | 100010 | 11001100 | 101101 | 101101 |
Color Harmonies of #407FA8
Complementary color
Monochromatic Colors of #407FA8
Black with #407FA8
Text Example
Text Example
White with #407FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FA8; }
p { color: rgb(64,127,168); }
H1.HeaderClassName
{
color: #407FA8;
}
.AnyTagClassName
{
color: #407FA8;
}
</style>
background-color css
<style>
a { background-color: #407FA8; }
a { background-color: rgb(64,127,168); }
div.DivClassName
{
background-color: #407FA8;
}
.BgClassName
{
background-color: #407FA8;
}
</style>
border-color css
<style>
span { border-color: #407FA8; }
span { border-color: rgb(64,127,168); }
td.TdClassName
{
border-color: #407FA8;
}
.TagClassName
{
border-color: #407FA8;
}
</style>