Shades of Steel Blue #407EAF
Tints of Steel Blue #407EAF
RGB
CMYK
RGB Variations
Color information
#407EAF (or 0x407EAF) is known color: Steel Blue. HEX triplet: 40, 7E and AF. RGB value is (64,126,175). Sum of RGB (Red+Green+Blue) = 64+126+175=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #407EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407EAF is #BF8150. Grayscale: #707070. Windows color (decimal): -12550481 or 11501120. OLE color: 11501120.
HSL color Cylindrical-coordinate representation of color #407EAF: hue angle of 206.49º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #407EAF is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 126 | 175 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.31 |
| HSL | 206.49º | 0.46% | 0.47% | - |
| HSV(B) | 206.49º | 0.63% | 0.69% | - |
| XYZ | 17.31 | 19.11 | 43.33 | - |
| YUV | 113.05 | 162.96 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 175 | 0.63 | 0.28 | 0 | 0.31 | 206.49 | 0.46 | 0.47 |
| Hex | 40 | 7E | AF | 3F | 1C | 0 | 1F | CE | 2E | 2F |
| Octal | 100 | 176 | 257 | 77 | 34 | 0 | 37 | 316 | 56 | 57 |
| Binary | 1000000 | 1111110 | 10101111 | 111111 | 11100 | 0 | 11111 | 11001110 | 101110 | 101111 |
Color Harmonies of #407EAF
Complementary color
Monochromatic Colors of #407EAF
Black with #407EAF
Text Example
Text Example
White with #407EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EAF; }
p { color: rgb(64,126,175); }
H1.HeaderClassName
{
color: #407EAF;
}
.AnyTagClassName
{
color: #407EAF;
}
</style>
background-color css
<style>
a { background-color: #407EAF; }
a { background-color: rgb(64,126,175); }
div.DivClassName
{
background-color: #407EAF;
}
.BgClassName
{
background-color: #407EAF;
}
</style>
border-color css
<style>
span { border-color: #407EAF; }
span { border-color: rgb(64,126,175); }
td.TdClassName
{
border-color: #407EAF;
}
.TagClassName
{
border-color: #407EAF;
}
</style>