Shades of Steel Blue #4C7BAC
Tints of Steel Blue #4C7BAC
RGB
CMYK
RGB Variations
Color information
#4C7BAC (or 0x4C7BAC) is known color: Steel Blue. HEX triplet: 4C, 7B and AC. RGB value is (76,123,172). Sum of RGB (Red+Green+Blue) = 76+123+172=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C7BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7BAC is #B38453. Grayscale: #727272. Windows color (decimal): -11764820 or 11303756. OLE color: 11303756.
HSL color Cylindrical-coordinate representation of color #4C7BAC: hue angle of 210.62º 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 #4C7BAC is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 123 | 172 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.33 |
| HSL | 210.63º | 0.39% | 0.49% | - |
| HSV(B) | 210.63º | 0.56% | 0.67% | - |
| XYZ | 17.51 | 18.68 | 41.71 | - |
| YUV | 114.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 172 | 0.56 | 0.28 | 0 | 0.33 | 210.63 | 0.39 | 0.49 |
| Hex | 4C | 7B | AC | 38 | 1C | 0 | 21 | D3 | 27 | 31 |
| Octal | 114 | 173 | 254 | 70 | 34 | 0 | 41 | 323 | 47 | 61 |
| Binary | 1001100 | 1111011 | 10101100 | 111000 | 11100 | 0 | 100001 | 11010011 | 100111 | 110001 |
Color Harmonies of #4C7BAC
Complementary color
Monochromatic Colors of #4C7BAC
Black with #4C7BAC
Text Example
Text Example
White with #4C7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7BAC; }
p { color: rgb(76,123,172); }
H1.HeaderClassName
{
color: #4C7BAC;
}
.AnyTagClassName
{
color: #4C7BAC;
}
</style>
background-color css
<style>
a { background-color: #4C7BAC; }
a { background-color: rgb(76,123,172); }
div.DivClassName
{
background-color: #4C7BAC;
}
.BgClassName
{
background-color: #4C7BAC;
}
</style>
border-color css
<style>
span { border-color: #4C7BAC; }
span { border-color: rgb(76,123,172); }
td.TdClassName
{
border-color: #4C7BAC;
}
.TagClassName
{
border-color: #4C7BAC;
}
</style>