Shades of Steel Blue #4A7EA2
Tints of Steel Blue #4A7EA2
RGB
CMYK
RGB Variations
Color information
#4A7EA2 (or 0x4A7EA2) is known color: Steel Blue. HEX triplet: 4A, 7E and A2. RGB value is (74,126,162). Sum of RGB (Red+Green+Blue) = 74+126+162=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 162 - color contains mainly: blue. Hex color #4A7EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7EA2 is #B5815D. Grayscale: #727272. Windows color (decimal): -11895134 or 10649162. OLE color: 10649162.
HSL color Cylindrical-coordinate representation of color #4A7EA2: hue angle of 204.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A7EA2 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 126 | 162 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.36 |
| HSL | 204.55º | 0.37% | 0.46% | - |
| HSV(B) | 204.55º | 0.54% | 0.64% | - |
| XYZ | 16.81 | 18.99 | 36.96 | - |
| YUV | 114.56 | 154.77 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 162 | 0.54 | 0.22 | 0 | 0.36 | 204.55 | 0.37 | 0.46 |
| Hex | 4A | 7E | A2 | 36 | 16 | 0 | 24 | CD | 25 | 2E |
| Octal | 112 | 176 | 242 | 66 | 26 | 0 | 44 | 315 | 45 | 56 |
| Binary | 1001010 | 1111110 | 10100010 | 110110 | 10110 | 0 | 100100 | 11001101 | 100101 | 101110 |
Color Harmonies of #4A7EA2
Complementary color
Monochromatic Colors of #4A7EA2
Black with #4A7EA2
Text Example
Text Example
White with #4A7EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7EA2; }
p { color: rgb(74,126,162); }
H1.HeaderClassName
{
color: #4A7EA2;
}
.AnyTagClassName
{
color: #4A7EA2;
}
</style>
background-color css
<style>
a { background-color: #4A7EA2; }
a { background-color: rgb(74,126,162); }
div.DivClassName
{
background-color: #4A7EA2;
}
.BgClassName
{
background-color: #4A7EA2;
}
</style>
border-color css
<style>
span { border-color: #4A7EA2; }
span { border-color: rgb(74,126,162); }
td.TdClassName
{
border-color: #4A7EA2;
}
.TagClassName
{
border-color: #4A7EA2;
}
</style>