Shades of Steel Blue #4E7BAA
Tints of Steel Blue #4E7BAA
RGB
CMYK
RGB Variations
Color information
#4E7BAA (or 0x4E7BAA) is known color: Steel Blue. HEX triplet: 4E, 7B and AA. RGB value is (78,123,170). Sum of RGB (Red+Green+Blue) = 78+123+170=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7BAA is #B18455. Grayscale: #727272. Windows color (decimal): -11633750 or 11172686. OLE color: 11172686.
HSL color Cylindrical-coordinate representation of color #4E7BAA: hue angle of 210.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E7BAA is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 123 | 170 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.33 |
| HSL | 210.65º | 0.37% | 0.49% | - |
| HSV(B) | 210.65º | 0.54% | 0.67% | - |
| XYZ | 17.48 | 18.69 | 40.72 | - |
| YUV | 114.9 | 159.09 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 170 | 0.54 | 0.28 | 0 | 0.33 | 210.65 | 0.37 | 0.49 |
| Hex | 4E | 7B | AA | 36 | 1C | 0 | 21 | D3 | 25 | 31 |
| Octal | 116 | 173 | 252 | 66 | 34 | 0 | 41 | 323 | 45 | 61 |
| Binary | 1001110 | 1111011 | 10101010 | 110110 | 11100 | 0 | 100001 | 11010011 | 100101 | 110001 |
Color Harmonies of #4E7BAA
Complementary color
Monochromatic Colors of #4E7BAA
Black with #4E7BAA
Text Example
Text Example
White with #4E7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7BAA; }
p { color: rgb(78,123,170); }
H1.HeaderClassName
{
color: #4E7BAA;
}
.AnyTagClassName
{
color: #4E7BAA;
}
</style>
background-color css
<style>
a { background-color: #4E7BAA; }
a { background-color: rgb(78,123,170); }
div.DivClassName
{
background-color: #4E7BAA;
}
.BgClassName
{
background-color: #4E7BAA;
}
</style>
border-color css
<style>
span { border-color: #4E7BAA; }
span { border-color: rgb(78,123,170); }
td.TdClassName
{
border-color: #4E7BAA;
}
.TagClassName
{
border-color: #4E7BAA;
}
</style>