Shades of Steel Blue #407EBA
Tints of Steel Blue #407EBA
RGB
CMYK
RGB Variations
Color information
#407EBA (or 0x407EBA) is known color: Steel Blue. HEX triplet: 40, 7E and BA. RGB value is (64,126,186). Sum of RGB (Red+Green+Blue) = 64+126+186=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #407EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EBA is #BF8145. Grayscale: #727272. Windows color (decimal): -12550470 or 12222016. OLE color: 12222016.
HSL color Cylindrical-coordinate representation of color #407EBA: hue angle of 209.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407EBA is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 126 | 186 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.27 |
| HSL | 209.51º | 0.49% | 0.49% | - |
| HSV(B) | 209.51º | 0.66% | 0.73% | - |
| XYZ | 18.44 | 19.56 | 49.26 | - |
| YUV | 114.3 | 168.46 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 186 | 0.66 | 0.32 | 0 | 0.27 | 209.51 | 0.49 | 0.49 |
| Hex | 40 | 7E | BA | 42 | 20 | 0 | 1B | D2 | 31 | 31 |
| Octal | 100 | 176 | 272 | 102 | 40 | 0 | 33 | 322 | 61 | 61 |
| Binary | 1000000 | 1111110 | 10111010 | 1000010 | 100000 | 0 | 11011 | 11010010 | 110001 | 110001 |
Color Harmonies of #407EBA
Complementary color
Monochromatic Colors of #407EBA
Black with #407EBA
Text Example
Text Example
White with #407EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EBA; }
p { color: rgb(64,126,186); }
H1.HeaderClassName
{
color: #407EBA;
}
.AnyTagClassName
{
color: #407EBA;
}
</style>
background-color css
<style>
a { background-color: #407EBA; }
a { background-color: rgb(64,126,186); }
div.DivClassName
{
background-color: #407EBA;
}
.BgClassName
{
background-color: #407EBA;
}
</style>
border-color css
<style>
span { border-color: #407EBA; }
span { border-color: rgb(64,126,186); }
td.TdClassName
{
border-color: #407EBA;
}
.TagClassName
{
border-color: #407EBA;
}
</style>