Shades of Steel Blue #4A7EA3
Tints of Steel Blue #4A7EA3
RGB
CMYK
RGB Variations
Color information
#4A7EA3 (or 0x4A7EA3) is known color: Steel Blue. HEX triplet: 4A, 7E and A3. RGB value is (74,126,163). Sum of RGB (Red+Green+Blue) = 74+126+163=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 163 - color contains mainly: blue. Hex color #4A7EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7EA3 is #B5815C. Grayscale: #727272. Windows color (decimal): -11895133 or 10714698. OLE color: 10714698.
HSL color Cylindrical-coordinate representation of color #4A7EA3: hue angle of 204.94º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A7EA3 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 126 | 163 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.36 |
| HSL | 204.94º | 0.38% | 0.46% | - |
| HSV(B) | 204.94º | 0.55% | 0.64% | - |
| XYZ | 16.9 | 19.02 | 37.43 | - |
| YUV | 114.67 | 155.27 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 163 | 0.55 | 0.23 | 0 | 0.36 | 204.94 | 0.38 | 0.46 |
| Hex | 4A | 7E | A3 | 37 | 17 | 0 | 24 | CD | 26 | 2E |
| Octal | 112 | 176 | 243 | 67 | 27 | 0 | 44 | 315 | 46 | 56 |
| Binary | 1001010 | 1111110 | 10100011 | 110111 | 10111 | 0 | 100100 | 11001101 | 100110 | 101110 |
Color Harmonies of #4A7EA3
Complementary color
Monochromatic Colors of #4A7EA3
Black with #4A7EA3
Text Example
Text Example
White with #4A7EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7EA3; }
p { color: rgb(74,126,163); }
H1.HeaderClassName
{
color: #4A7EA3;
}
.AnyTagClassName
{
color: #4A7EA3;
}
</style>
background-color css
<style>
a { background-color: #4A7EA3; }
a { background-color: rgb(74,126,163); }
div.DivClassName
{
background-color: #4A7EA3;
}
.BgClassName
{
background-color: #4A7EA3;
}
</style>
border-color css
<style>
span { border-color: #4A7EA3; }
span { border-color: rgb(74,126,163); }
td.TdClassName
{
border-color: #4A7EA3;
}
.TagClassName
{
border-color: #4A7EA3;
}
</style>