Shades of Steel Blue #407EAE
Tints of Steel Blue #407EAE
RGB
CMYK
RGB Variations
Color information
#407EAE (or 0x407EAE) is known color: Steel Blue. HEX triplet: 40, 7E and AE. RGB value is (64,126,174). Sum of RGB (Red+Green+Blue) = 64+126+174=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #407EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407EAE is #BF8151. Grayscale: #707070. Windows color (decimal): -12550482 or 11435584. OLE color: 11435584.
HSL color Cylindrical-coordinate representation of color #407EAE: hue angle of 206.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #407EAE is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 126 | 174 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.32 |
| HSL | 206.18º | 0.46% | 0.47% | - |
| HSV(B) | 206.18º | 0.63% | 0.68% | - |
| XYZ | 17.22 | 19.07 | 42.82 | - |
| YUV | 112.93 | 162.46 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 174 | 0.63 | 0.28 | 0 | 0.32 | 206.18 | 0.46 | 0.47 |
| Hex | 40 | 7E | AE | 3F | 1C | 0 | 20 | CE | 2E | 2F |
| Octal | 100 | 176 | 256 | 77 | 34 | 0 | 40 | 316 | 56 | 57 |
| Binary | 1000000 | 1111110 | 10101110 | 111111 | 11100 | 0 | 100000 | 11001110 | 101110 | 101111 |
Color Harmonies of #407EAE
Complementary color
Monochromatic Colors of #407EAE
Black with #407EAE
Text Example
Text Example
White with #407EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EAE; }
p { color: rgb(64,126,174); }
H1.HeaderClassName
{
color: #407EAE;
}
.AnyTagClassName
{
color: #407EAE;
}
</style>
background-color css
<style>
a { background-color: #407EAE; }
a { background-color: rgb(64,126,174); }
div.DivClassName
{
background-color: #407EAE;
}
.BgClassName
{
background-color: #407EAE;
}
</style>
border-color css
<style>
span { border-color: #407EAE; }
span { border-color: rgb(64,126,174); }
td.TdClassName
{
border-color: #407EAE;
}
.TagClassName
{
border-color: #407EAE;
}
</style>