Shades of Steel Blue #4E7DAA
Tints of Steel Blue #4E7DAA
RGB
CMYK
RGB Variations
Color information
#4E7DAA (or 0x4E7DAA) is known color: Steel Blue. HEX triplet: 4E, 7D and AA. RGB value is (78,125,170). Sum of RGB (Red+Green+Blue) = 78+125+170=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E7DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7DAA is #B18255. Grayscale: #737373. Windows color (decimal): -11633238 or 11173198. OLE color: 11173198.
HSL color Cylindrical-coordinate representation of color #4E7DAA: hue angle of 209.35º 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 #4E7DAA is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 125 | 170 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.33 |
| HSL | 209.35º | 0.37% | 0.49% | - |
| HSV(B) | 209.35º | 0.54% | 0.67% | - |
| XYZ | 17.73 | 19.19 | 40.8 | - |
| YUV | 116.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 170 | 0.54 | 0.26 | 0 | 0.33 | 209.35 | 0.37 | 0.49 |
| Hex | 4E | 7D | AA | 36 | 1A | 0 | 21 | D1 | 25 | 31 |
| Octal | 116 | 175 | 252 | 66 | 32 | 0 | 41 | 321 | 45 | 61 |
| Binary | 1001110 | 1111101 | 10101010 | 110110 | 11010 | 0 | 100001 | 11010001 | 100101 | 110001 |
Color Harmonies of #4E7DAA
Complementary color
Monochromatic Colors of #4E7DAA
Black with #4E7DAA
Text Example
Text Example
White with #4E7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7DAA; }
p { color: rgb(78,125,170); }
H1.HeaderClassName
{
color: #4E7DAA;
}
.AnyTagClassName
{
color: #4E7DAA;
}
</style>
background-color css
<style>
a { background-color: #4E7DAA; }
a { background-color: rgb(78,125,170); }
div.DivClassName
{
background-color: #4E7DAA;
}
.BgClassName
{
background-color: #4E7DAA;
}
</style>
border-color css
<style>
span { border-color: #4E7DAA; }
span { border-color: rgb(78,125,170); }
td.TdClassName
{
border-color: #4E7DAA;
}
.TagClassName
{
border-color: #4E7DAA;
}
</style>