Shades of Battleship Grey #4C5A49
Tints of Battleship Grey #4C5A49
RGB
CMYK
RGB Variations
Color information
#4C5A49 (or 0x4C5A49) is known color: Battleship Grey. HEX triplet: 4C, 5A and 49. RGB value is (76,90,73). Sum of RGB (Red+Green+Blue) = 76+90+73=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A49 is #B3A5B6. Grayscale: #535353. Windows color (decimal): -11773367 or 4807244. OLE color: 4807244.
HSL color Cylindrical-coordinate representation of color #4C5A49: hue angle of 109.41º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4C5A49 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 90 | 73 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.65 |
| HSL | 109.41º | 0.1% | 0.32% | - |
| HSV(B) | 109.41º | 0.19% | 0.35% | - |
| XYZ | 7.84 | 9.33 | 7.69 | - |
| YUV | 83.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 90 | 73 | 0.16 | 0 | 0.19 | 0.65 | 109.41 | 0.1 | 0.32 |
| Hex | 4C | 5A | 49 | 10 | 0 | 13 | 41 | 6D | A | 20 |
| Octal | 114 | 132 | 111 | 20 | 0 | 23 | 101 | 155 | 12 | 40 |
| Binary | 1001100 | 1011010 | 1001001 | 10000 | 0 | 10011 | 1000001 | 1101101 | 1010 | 100000 |
Color Harmonies of #4C5A49
Complementary color
Monochromatic Colors of #4C5A49
Black with #4C5A49
Text Example
Text Example
White with #4C5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5A49; }
p { color: rgb(76,90,73); }
H1.HeaderClassName
{
color: #4C5A49;
}
.AnyTagClassName
{
color: #4C5A49;
}
</style>
background-color css
<style>
a { background-color: #4C5A49; }
a { background-color: rgb(76,90,73); }
div.DivClassName
{
background-color: #4C5A49;
}
.BgClassName
{
background-color: #4C5A49;
}
</style>
border-color css
<style>
span { border-color: #4C5A49; }
span { border-color: rgb(76,90,73); }
td.TdClassName
{
border-color: #4C5A49;
}
.TagClassName
{
border-color: #4C5A49;
}
</style>