Shades of Steel Blue #407EAC
Tints of Steel Blue #407EAC
RGB
CMYK
RGB Variations
Color information
#407EAC (or 0x407EAC) is known color: Steel Blue. HEX triplet: 40, 7E and AC. RGB value is (64,126,172). Sum of RGB (Red+Green+Blue) = 64+126+172=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #407EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407EAC is #BF8153. Grayscale: #707070. Windows color (decimal): -12550484 or 11304512. OLE color: 11304512.
HSL color Cylindrical-coordinate representation of color #407EAC: hue angle of 205.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #407EAC is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 126 | 172 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.33 |
| HSL | 205.56º | 0.46% | 0.46% | - |
| HSV(B) | 205.56º | 0.63% | 0.67% | - |
| XYZ | 17.02 | 18.99 | 41.8 | - |
| YUV | 112.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 172 | 0.63 | 0.27 | 0 | 0.33 | 205.56 | 0.46 | 0.46 |
| Hex | 40 | 7E | AC | 3F | 1B | 0 | 21 | CE | 2E | 2E |
| Octal | 100 | 176 | 254 | 77 | 33 | 0 | 41 | 316 | 56 | 56 |
| Binary | 1000000 | 1111110 | 10101100 | 111111 | 11011 | 0 | 100001 | 11001110 | 101110 | 101110 |
Color Harmonies of #407EAC
Complementary color
Monochromatic Colors of #407EAC
Black with #407EAC
Text Example
Text Example
White with #407EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EAC; }
p { color: rgb(64,126,172); }
H1.HeaderClassName
{
color: #407EAC;
}
.AnyTagClassName
{
color: #407EAC;
}
</style>
background-color css
<style>
a { background-color: #407EAC; }
a { background-color: rgb(64,126,172); }
div.DivClassName
{
background-color: #407EAC;
}
.BgClassName
{
background-color: #407EAC;
}
</style>
border-color css
<style>
span { border-color: #407EAC; }
span { border-color: rgb(64,126,172); }
td.TdClassName
{
border-color: #407EAC;
}
.TagClassName
{
border-color: #407EAC;
}
</style>