Shades of Steel Blue #4C7EAE
Tints of Steel Blue #4C7EAE
RGB
CMYK
RGB Variations
Color information
#4C7EAE (or 0x4C7EAE) is known color: Steel Blue. HEX triplet: 4C, 7E and AE. RGB value is (76,126,174). Sum of RGB (Red+Green+Blue) = 76+126+174=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C7EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7EAE is #B38151. Grayscale: #747474. Windows color (decimal): -11764050 or 11435596. OLE color: 11435596.
HSL color Cylindrical-coordinate representation of color #4C7EAE: hue angle of 209.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C7EAE is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 126 | 174 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.32 |
| HSL | 209.39º | 0.39% | 0.49% | - |
| HSV(B) | 209.39º | 0.56% | 0.68% | - |
| XYZ | 18.08 | 19.51 | 42.86 | - |
| YUV | 116.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 126 | 174 | 0.56 | 0.28 | 0 | 0.32 | 209.39 | 0.39 | 0.49 |
| Hex | 4C | 7E | AE | 38 | 1C | 0 | 20 | D1 | 27 | 31 |
| Octal | 114 | 176 | 256 | 70 | 34 | 0 | 40 | 321 | 47 | 61 |
| Binary | 1001100 | 1111110 | 10101110 | 111000 | 11100 | 0 | 100000 | 11010001 | 100111 | 110001 |
Color Harmonies of #4C7EAE
Complementary color
Monochromatic Colors of #4C7EAE
Black with #4C7EAE
Text Example
Text Example
White with #4C7EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7EAE; }
p { color: rgb(76,126,174); }
H1.HeaderClassName
{
color: #4C7EAE;
}
.AnyTagClassName
{
color: #4C7EAE;
}
</style>
background-color css
<style>
a { background-color: #4C7EAE; }
a { background-color: rgb(76,126,174); }
div.DivClassName
{
background-color: #4C7EAE;
}
.BgClassName
{
background-color: #4C7EAE;
}
</style>
border-color css
<style>
span { border-color: #4C7EAE; }
span { border-color: rgb(76,126,174); }
td.TdClassName
{
border-color: #4C7EAE;
}
.TagClassName
{
border-color: #4C7EAE;
}
</style>