Shades of Steel Blue #4C7AAC
Tints of Steel Blue #4C7AAC
RGB
CMYK
RGB Variations
Color information
#4C7AAC (or 0x4C7AAC) is known color: Steel Blue. HEX triplet: 4C, 7A and AC. RGB value is (76,122,172). Sum of RGB (Red+Green+Blue) = 76+122+172=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C7AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7AAC is #B38553. Grayscale: #717171. Windows color (decimal): -11765076 or 11303500. OLE color: 11303500.
HSL color Cylindrical-coordinate representation of color #4C7AAC: hue angle of 211.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C7AAC is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 122 | 172 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.33 |
| HSL | 211.25º | 0.39% | 0.49% | - |
| HSV(B) | 211.25º | 0.56% | 0.67% | - |
| XYZ | 17.39 | 18.43 | 41.67 | - |
| YUV | 113.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 122 | 172 | 0.56 | 0.29 | 0 | 0.33 | 211.25 | 0.39 | 0.49 |
| Hex | 4C | 7A | AC | 38 | 1D | 0 | 21 | D3 | 27 | 31 |
| Octal | 114 | 172 | 254 | 70 | 35 | 0 | 41 | 323 | 47 | 61 |
| Binary | 1001100 | 1111010 | 10101100 | 111000 | 11101 | 0 | 100001 | 11010011 | 100111 | 110001 |
Color Harmonies of #4C7AAC
Complementary color
Monochromatic Colors of #4C7AAC
Black with #4C7AAC
Text Example
Text Example
White with #4C7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7AAC; }
p { color: rgb(76,122,172); }
H1.HeaderClassName
{
color: #4C7AAC;
}
.AnyTagClassName
{
color: #4C7AAC;
}
</style>
background-color css
<style>
a { background-color: #4C7AAC; }
a { background-color: rgb(76,122,172); }
div.DivClassName
{
background-color: #4C7AAC;
}
.BgClassName
{
background-color: #4C7AAC;
}
</style>
border-color css
<style>
span { border-color: #4C7AAC; }
span { border-color: rgb(76,122,172); }
td.TdClassName
{
border-color: #4C7AAC;
}
.TagClassName
{
border-color: #4C7AAC;
}
</style>