Shades of Steel Blue #407FA6
Tints of Steel Blue #407FA6
RGB
CMYK
RGB Variations
Color information
#407FA6 (or 0x407FA6) is known color: Steel Blue. HEX triplet: 40, 7F and A6. RGB value is (64,127,166). Sum of RGB (Red+Green+Blue) = 64+127+166=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #407FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FA6 is #BF8059. Grayscale: #707070. Windows color (decimal): -12550234 or 10911552. OLE color: 10911552.
HSL color Cylindrical-coordinate representation of color #407FA6: hue angle of 202.94º 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 #407FA6 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 127 | 166 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.35 |
| HSL | 202.94º | 0.44% | 0.45% | - |
| HSV(B) | 202.94º | 0.61% | 0.65% | - |
| XYZ | 16.59 | 19.02 | 38.87 | - |
| YUV | 112.61 | 158.13 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 166 | 0.61 | 0.23 | 0 | 0.35 | 202.94 | 0.44 | 0.45 |
| Hex | 40 | 7F | A6 | 3D | 17 | 0 | 23 | CB | 2C | 2D |
| Octal | 100 | 177 | 246 | 75 | 27 | 0 | 43 | 313 | 54 | 55 |
| Binary | 1000000 | 1111111 | 10100110 | 111101 | 10111 | 0 | 100011 | 11001011 | 101100 | 101101 |
Color Harmonies of #407FA6
Complementary color
Monochromatic Colors of #407FA6
Black with #407FA6
Text Example
Text Example
White with #407FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FA6; }
p { color: rgb(64,127,166); }
H1.HeaderClassName
{
color: #407FA6;
}
.AnyTagClassName
{
color: #407FA6;
}
</style>
background-color css
<style>
a { background-color: #407FA6; }
a { background-color: rgb(64,127,166); }
div.DivClassName
{
background-color: #407FA6;
}
.BgClassName
{
background-color: #407FA6;
}
</style>
border-color css
<style>
span { border-color: #407FA6; }
span { border-color: rgb(64,127,166); }
td.TdClassName
{
border-color: #407FA6;
}
.TagClassName
{
border-color: #407FA6;
}
</style>