Shades of Steel Blue #4A7FAA
Tints of Steel Blue #4A7FAA
RGB
CMYK
RGB Variations
Color information
#4A7FAA (or 0x4A7FAA) is known color: Steel Blue. HEX triplet: 4A, 7F and AA. RGB value is (74,127,170). Sum of RGB (Red+Green+Blue) = 74+127+170=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A7FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7FAA is #B58055. Grayscale: #737373. Windows color (decimal): -11894870 or 11173706. OLE color: 11173706.
HSL color Cylindrical-coordinate representation of color #4A7FAA: hue angle of 206.88º 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 #4A7FAA is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 127 | 170 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.33 |
| HSL | 206.88º | 0.39% | 0.48% | - |
| HSV(B) | 206.88º | 0.56% | 0.67% | - |
| XYZ | 17.67 | 19.54 | 40.87 | - |
| YUV | 116.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 127 | 170 | 0.56 | 0.25 | 0 | 0.33 | 206.88 | 0.39 | 0.48 |
| Hex | 4A | 7F | AA | 38 | 19 | 0 | 21 | CF | 27 | 30 |
| Octal | 112 | 177 | 252 | 70 | 31 | 0 | 41 | 317 | 47 | 60 |
| Binary | 1001010 | 1111111 | 10101010 | 111000 | 11001 | 0 | 100001 | 11001111 | 100111 | 110000 |
Color Harmonies of #4A7FAA
Complementary color
Monochromatic Colors of #4A7FAA
Black with #4A7FAA
Text Example
Text Example
White with #4A7FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7FAA; }
p { color: rgb(74,127,170); }
H1.HeaderClassName
{
color: #4A7FAA;
}
.AnyTagClassName
{
color: #4A7FAA;
}
</style>
background-color css
<style>
a { background-color: #4A7FAA; }
a { background-color: rgb(74,127,170); }
div.DivClassName
{
background-color: #4A7FAA;
}
.BgClassName
{
background-color: #4A7FAA;
}
</style>
border-color css
<style>
span { border-color: #4A7FAA; }
span { border-color: rgb(74,127,170); }
td.TdClassName
{
border-color: #4A7FAA;
}
.TagClassName
{
border-color: #4A7FAA;
}
</style>