Shades of Battleship Grey #4D5848
Tints of Battleship Grey #4D5848
RGB
CMYK
RGB Variations
Color information
#4D5848 (or 0x4D5848) is known color: Battleship Grey. HEX triplet: 4D, 58 and 48. RGB value is (77,88,72). Sum of RGB (Red+Green+Blue) = 77+88+72=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5848 is #B2A7B7. Grayscale: #525252. Windows color (decimal): -11708344 or 4741197. OLE color: 4741197.
HSL color Cylindrical-coordinate representation of color #4D5848: hue angle of 101.25º 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 #4D5848 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 72 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.65 |
| HSL | 101.25º | 0.1% | 0.31% | - |
| HSV(B) | 101.25º | 0.18% | 0.35% | - |
| XYZ | 7.72 | 9.03 | 7.47 | - |
| YUV | 82.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 72 | 0.12 | 0 | 0.18 | 0.65 | 101.25 | 0.1 | 0.31 |
| Hex | 4D | 58 | 48 | C | 0 | 12 | 41 | 65 | A | 1F |
| Octal | 115 | 130 | 110 | 14 | 0 | 22 | 101 | 145 | 12 | 37 |
| Binary | 1001101 | 1011000 | 1001000 | 1100 | 0 | 10010 | 1000001 | 1100101 | 1010 | 11111 |
Color Harmonies of #4D5848
Complementary color
Monochromatic Colors of #4D5848
Black with #4D5848
Text Example
Text Example
White with #4D5848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5848; }
p { color: rgb(77,88,72); }
H1.HeaderClassName
{
color: #4D5848;
}
.AnyTagClassName
{
color: #4D5848;
}
</style>
background-color css
<style>
a { background-color: #4D5848; }
a { background-color: rgb(77,88,72); }
div.DivClassName
{
background-color: #4D5848;
}
.BgClassName
{
background-color: #4D5848;
}
</style>
border-color css
<style>
span { border-color: #4D5848; }
span { border-color: rgb(77,88,72); }
td.TdClassName
{
border-color: #4D5848;
}
.TagClassName
{
border-color: #4D5848;
}
</style>