Shades of Battleship Grey #4D5849
Tints of Battleship Grey #4D5849
RGB
CMYK
RGB Variations
Color information
#4D5849 (or 0x4D5849) is known color: Battleship Grey. HEX triplet: 4D, 58 and 49. RGB value is (77,88,73). Sum of RGB (Red+Green+Blue) = 77+88+73=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5849 is #B2A7B6. Grayscale: #535353. Windows color (decimal): -11708343 or 4806733. OLE color: 4806733.
HSL color Cylindrical-coordinate representation of color #4D5849: hue angle of 104º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D5849 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 73 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.65 |
| HSL | 104º | 0.09% | 0.32% | - |
| HSV(B) | 104º | 0.17% | 0.35% | - |
| XYZ | 7.75 | 9.04 | 7.64 | - |
| YUV | 83 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 73 | 0.12 | 0 | 0.17 | 0.65 | 104 | 0.09 | 0.32 |
| Hex | 4D | 58 | 49 | C | 0 | 11 | 41 | 68 | 9 | 20 |
| Octal | 115 | 130 | 111 | 14 | 0 | 21 | 101 | 150 | 11 | 40 |
| Binary | 1001101 | 1011000 | 1001001 | 1100 | 0 | 10001 | 1000001 | 1101000 | 1001 | 100000 |
Color Harmonies of #4D5849
Complementary color
Monochromatic Colors of #4D5849
Black with #4D5849
Text Example
Text Example
White with #4D5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5849; }
p { color: rgb(77,88,73); }
H1.HeaderClassName
{
color: #4D5849;
}
.AnyTagClassName
{
color: #4D5849;
}
</style>
background-color css
<style>
a { background-color: #4D5849; }
a { background-color: rgb(77,88,73); }
div.DivClassName
{
background-color: #4D5849;
}
.BgClassName
{
background-color: #4D5849;
}
</style>
border-color css
<style>
span { border-color: #4D5849; }
span { border-color: rgb(77,88,73); }
td.TdClassName
{
border-color: #4D5849;
}
.TagClassName
{
border-color: #4D5849;
}
</style>