Shades of Battleship Grey #4C5848
Tints of Battleship Grey #4C5848
RGB
CMYK
RGB Variations
Color information
#4C5848 (or 0x4C5848) is known color: Battleship Grey. HEX triplet: 4C, 58 and 48. RGB value is (76,88,72). Sum of RGB (Red+Green+Blue) = 76+88+72=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5848 is #B3A7B7. Grayscale: #525252. Windows color (decimal): -11773880 or 4741196. OLE color: 4741196.
HSL color Cylindrical-coordinate representation of color #4C5848: hue angle of 105º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C5848 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 72 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.65 |
| HSL | 105º | 0.1% | 0.31% | - |
| HSV(B) | 105º | 0.18% | 0.35% | - |
| XYZ | 7.64 | 8.98 | 7.46 | - |
| YUV | 82.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 72 | 0.14 | 0 | 0.18 | 0.65 | 105 | 0.1 | 0.31 |
| Hex | 4C | 58 | 48 | E | 0 | 12 | 41 | 69 | A | 1F |
| Octal | 114 | 130 | 110 | 16 | 0 | 22 | 101 | 151 | 12 | 37 |
| Binary | 1001100 | 1011000 | 1001000 | 1110 | 0 | 10010 | 1000001 | 1101001 | 1010 | 11111 |
Color Harmonies of #4C5848
Complementary color
Monochromatic Colors of #4C5848
Black with #4C5848
Text Example
Text Example
White with #4C5848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5848; }
p { color: rgb(76,88,72); }
H1.HeaderClassName
{
color: #4C5848;
}
.AnyTagClassName
{
color: #4C5848;
}
</style>
background-color css
<style>
a { background-color: #4C5848; }
a { background-color: rgb(76,88,72); }
div.DivClassName
{
background-color: #4C5848;
}
.BgClassName
{
background-color: #4C5848;
}
</style>
border-color css
<style>
span { border-color: #4C5848; }
span { border-color: rgb(76,88,72); }
td.TdClassName
{
border-color: #4C5848;
}
.TagClassName
{
border-color: #4C5848;
}
</style>