Shades of Steel Blue #4A7EAE
Tints of Steel Blue #4A7EAE
RGB
CMYK
RGB Variations
Color information
#4A7EAE (or 0x4A7EAE) is known color: Steel Blue. HEX triplet: 4A, 7E and AE. RGB value is (74,126,174). Sum of RGB (Red+Green+Blue) = 74+126+174=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A7EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7EAE is #B58151. Grayscale: #737373. Windows color (decimal): -11895122 or 11435594. OLE color: 11435594.
HSL color Cylindrical-coordinate representation of color #4A7EAE: hue angle of 208.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A7EAE is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 126 | 174 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.32 |
| HSL | 208.8º | 0.4% | 0.49% | - |
| HSV(B) | 208.8º | 0.57% | 0.68% | - |
| XYZ | 17.92 | 19.43 | 42.85 | - |
| YUV | 115.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 174 | 0.57 | 0.28 | 0 | 0.32 | 208.8 | 0.4 | 0.49 |
| Hex | 4A | 7E | AE | 39 | 1C | 0 | 20 | D1 | 28 | 31 |
| Octal | 112 | 176 | 256 | 71 | 34 | 0 | 40 | 321 | 50 | 61 |
| Binary | 1001010 | 1111110 | 10101110 | 111001 | 11100 | 0 | 100000 | 11010001 | 101000 | 110001 |
Color Harmonies of #4A7EAE
Complementary color
Monochromatic Colors of #4A7EAE
Black with #4A7EAE
Text Example
Text Example
White with #4A7EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7EAE; }
p { color: rgb(74,126,174); }
H1.HeaderClassName
{
color: #4A7EAE;
}
.AnyTagClassName
{
color: #4A7EAE;
}
</style>
background-color css
<style>
a { background-color: #4A7EAE; }
a { background-color: rgb(74,126,174); }
div.DivClassName
{
background-color: #4A7EAE;
}
.BgClassName
{
background-color: #4A7EAE;
}
</style>
border-color css
<style>
span { border-color: #4A7EAE; }
span { border-color: rgb(74,126,174); }
td.TdClassName
{
border-color: #4A7EAE;
}
.TagClassName
{
border-color: #4A7EAE;
}
</style>