Shades of Steel Blue #4E7DAE
Tints of Steel Blue #4E7DAE
RGB
CMYK
RGB Variations
Color information
#4E7DAE (or 0x4E7DAE) is known color: Steel Blue. HEX triplet: 4E, 7D and AE. RGB value is (78,125,174). Sum of RGB (Red+Green+Blue) = 78+125+174=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E7DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7DAE is #B18251. Grayscale: #747474. Windows color (decimal): -11633234 or 11435342. OLE color: 11435342.
HSL color Cylindrical-coordinate representation of color #4E7DAE: hue angle of 210.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E7DAE is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 125 | 174 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.32 |
| HSL | 210.63º | 0.38% | 0.49% | - |
| HSV(B) | 210.63º | 0.55% | 0.68% | - |
| XYZ | 18.12 | 19.34 | 42.82 | - |
| YUV | 116.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 174 | 0.55 | 0.28 | 0 | 0.32 | 210.63 | 0.38 | 0.49 |
| Hex | 4E | 7D | AE | 37 | 1C | 0 | 20 | D3 | 26 | 31 |
| Octal | 116 | 175 | 256 | 67 | 34 | 0 | 40 | 323 | 46 | 61 |
| Binary | 1001110 | 1111101 | 10101110 | 110111 | 11100 | 0 | 100000 | 11010011 | 100110 | 110001 |
Color Harmonies of #4E7DAE
Complementary color
Monochromatic Colors of #4E7DAE
Black with #4E7DAE
Text Example
Text Example
White with #4E7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7DAE; }
p { color: rgb(78,125,174); }
H1.HeaderClassName
{
color: #4E7DAE;
}
.AnyTagClassName
{
color: #4E7DAE;
}
</style>
background-color css
<style>
a { background-color: #4E7DAE; }
a { background-color: rgb(78,125,174); }
div.DivClassName
{
background-color: #4E7DAE;
}
.BgClassName
{
background-color: #4E7DAE;
}
</style>
border-color css
<style>
span { border-color: #4E7DAE; }
span { border-color: rgb(78,125,174); }
td.TdClassName
{
border-color: #4E7DAE;
}
.TagClassName
{
border-color: #4E7DAE;
}
</style>