Shades of Steel Blue #4E7CAD
Tints of Steel Blue #4E7CAD
RGB
CMYK
RGB Variations
Color information
#4E7CAD (or 0x4E7CAD) is known color: Steel Blue. HEX triplet: 4E, 7C and AD. RGB value is (78,124,173). Sum of RGB (Red+Green+Blue) = 78+124+173=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E7CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7CAD is #B18352. Grayscale: #737373. Windows color (decimal): -11633491 or 11369550. OLE color: 11369550.
HSL color Cylindrical-coordinate representation of color #4E7CAD: hue angle of 210.95º 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 #4E7CAD is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 124 | 173 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.32 |
| HSL | 210.95º | 0.38% | 0.49% | - |
| HSV(B) | 210.95º | 0.55% | 0.68% | - |
| XYZ | 17.89 | 19.05 | 42.27 | - |
| YUV | 115.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 173 | 0.55 | 0.28 | 0 | 0.32 | 210.95 | 0.38 | 0.49 |
| Hex | 4E | 7C | AD | 37 | 1C | 0 | 20 | D3 | 26 | 31 |
| Octal | 116 | 174 | 255 | 67 | 34 | 0 | 40 | 323 | 46 | 61 |
| Binary | 1001110 | 1111100 | 10101101 | 110111 | 11100 | 0 | 100000 | 11010011 | 100110 | 110001 |
Color Harmonies of #4E7CAD
Complementary color
Monochromatic Colors of #4E7CAD
Black with #4E7CAD
Text Example
Text Example
White with #4E7CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7CAD; }
p { color: rgb(78,124,173); }
H1.HeaderClassName
{
color: #4E7CAD;
}
.AnyTagClassName
{
color: #4E7CAD;
}
</style>
background-color css
<style>
a { background-color: #4E7CAD; }
a { background-color: rgb(78,124,173); }
div.DivClassName
{
background-color: #4E7CAD;
}
.BgClassName
{
background-color: #4E7CAD;
}
</style>
border-color css
<style>
span { border-color: #4E7CAD; }
span { border-color: rgb(78,124,173); }
td.TdClassName
{
border-color: #4E7CAD;
}
.TagClassName
{
border-color: #4E7CAD;
}
</style>