Shades of Battleship Grey #4C5649
Tints of Battleship Grey #4C5649
RGB
CMYK
RGB Variations
Color information
#4C5649 (or 0x4C5649) is known color: Battleship Grey. HEX triplet: 4C, 56 and 49. RGB value is (76,86,73). Sum of RGB (Red+Green+Blue) = 76+86+73=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 86 - color contains mainly: green. Hex color #4C5649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5649 is #B3A9B6. Grayscale: #515151. Windows color (decimal): -11774391 or 4806220. OLE color: 4806220.
HSL color Cylindrical-coordinate representation of color #4C5649: hue angle of 106.15º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C5649 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 86 | 73 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.66 |
| HSL | 106.15º | 0.08% | 0.31% | - |
| HSV(B) | 106.15º | 0.15% | 0.34% | - |
| XYZ | 7.51 | 8.67 | 7.58 | - |
| YUV | 81.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 86 | 73 | 0.12 | 0 | 0.15 | 0.66 | 106.15 | 0.08 | 0.31 |
| Hex | 4C | 56 | 49 | C | 0 | F | 42 | 6A | 8 | 1F |
| Octal | 114 | 126 | 111 | 14 | 0 | 17 | 102 | 152 | 10 | 37 |
| Binary | 1001100 | 1010110 | 1001001 | 1100 | 0 | 1111 | 1000010 | 1101010 | 1000 | 11111 |
Color Harmonies of #4C5649
Complementary color
Monochromatic Colors of #4C5649
Black with #4C5649
Text Example
Text Example
White with #4C5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5649; }
p { color: rgb(76,86,73); }
H1.HeaderClassName
{
color: #4C5649;
}
.AnyTagClassName
{
color: #4C5649;
}
</style>
background-color css
<style>
a { background-color: #4C5649; }
a { background-color: rgb(76,86,73); }
div.DivClassName
{
background-color: #4C5649;
}
.BgClassName
{
background-color: #4C5649;
}
</style>
border-color css
<style>
span { border-color: #4C5649; }
span { border-color: rgb(76,86,73); }
td.TdClassName
{
border-color: #4C5649;
}
.TagClassName
{
border-color: #4C5649;
}
</style>