Shades of Steel Blue #4A7EAA
Tints of Steel Blue #4A7EAA
RGB
CMYK
RGB Variations
Color information
#4A7EAA (or 0x4A7EAA) is known color: Steel Blue. HEX triplet: 4A, 7E and AA. RGB value is (74,126,170). Sum of RGB (Red+Green+Blue) = 74+126+170=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A7EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7EAA is #B58155. Grayscale: #737373. Windows color (decimal): -11895126 or 11173450. OLE color: 11173450.
HSL color Cylindrical-coordinate representation of color #4A7EAA: hue angle of 207.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A7EAA is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 126 | 170 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.33 |
| HSL | 207.5º | 0.39% | 0.48% | - |
| HSV(B) | 207.5º | 0.56% | 0.67% | - |
| XYZ | 17.54 | 19.28 | 40.83 | - |
| YUV | 115.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 170 | 0.56 | 0.26 | 0 | 0.33 | 207.5 | 0.39 | 0.48 |
| Hex | 4A | 7E | AA | 38 | 1A | 0 | 21 | D0 | 27 | 30 |
| Octal | 112 | 176 | 252 | 70 | 32 | 0 | 41 | 320 | 47 | 60 |
| Binary | 1001010 | 1111110 | 10101010 | 111000 | 11010 | 0 | 100001 | 11010000 | 100111 | 110000 |
Color Harmonies of #4A7EAA
Complementary color
Monochromatic Colors of #4A7EAA
Black with #4A7EAA
Text Example
Text Example
White with #4A7EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7EAA; }
p { color: rgb(74,126,170); }
H1.HeaderClassName
{
color: #4A7EAA;
}
.AnyTagClassName
{
color: #4A7EAA;
}
</style>
background-color css
<style>
a { background-color: #4A7EAA; }
a { background-color: rgb(74,126,170); }
div.DivClassName
{
background-color: #4A7EAA;
}
.BgClassName
{
background-color: #4A7EAA;
}
</style>
border-color css
<style>
span { border-color: #4A7EAA; }
span { border-color: rgb(74,126,170); }
td.TdClassName
{
border-color: #4A7EAA;
}
.TagClassName
{
border-color: #4A7EAA;
}
</style>