Shades of Steel Blue #4C7AAA
Tints of Steel Blue #4C7AAA
RGB
CMYK
RGB Variations
Color information
#4C7AAA (or 0x4C7AAA) is known color: Steel Blue. HEX triplet: 4C, 7A and AA. RGB value is (76,122,170). Sum of RGB (Red+Green+Blue) = 76+122+170=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C7AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7AAA is #B38555. Grayscale: #717171. Windows color (decimal): -11765078 or 11172428. OLE color: 11172428.
HSL color Cylindrical-coordinate representation of color #4C7AAA: hue angle of 210.64º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C7AAA is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 122 | 170 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.33 |
| HSL | 210.64º | 0.38% | 0.48% | - |
| HSV(B) | 210.64º | 0.55% | 0.67% | - |
| XYZ | 17.2 | 18.36 | 40.67 | - |
| YUV | 113.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 122 | 170 | 0.55 | 0.28 | 0 | 0.33 | 210.64 | 0.38 | 0.48 |
| Hex | 4C | 7A | AA | 37 | 1C | 0 | 21 | D3 | 26 | 30 |
| Octal | 114 | 172 | 252 | 67 | 34 | 0 | 41 | 323 | 46 | 60 |
| Binary | 1001100 | 1111010 | 10101010 | 110111 | 11100 | 0 | 100001 | 11010011 | 100110 | 110000 |
Color Harmonies of #4C7AAA
Complementary color
Monochromatic Colors of #4C7AAA
Black with #4C7AAA
Text Example
Text Example
White with #4C7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7AAA; }
p { color: rgb(76,122,170); }
H1.HeaderClassName
{
color: #4C7AAA;
}
.AnyTagClassName
{
color: #4C7AAA;
}
</style>
background-color css
<style>
a { background-color: #4C7AAA; }
a { background-color: rgb(76,122,170); }
div.DivClassName
{
background-color: #4C7AAA;
}
.BgClassName
{
background-color: #4C7AAA;
}
</style>
border-color css
<style>
span { border-color: #4C7AAA; }
span { border-color: rgb(76,122,170); }
td.TdClassName
{
border-color: #4C7AAA;
}
.TagClassName
{
border-color: #4C7AAA;
}
</style>