Shades of Battleship Grey #4E534D
Tints of Battleship Grey #4E534D
RGB
CMYK
RGB Variations
Color information
#4E534D (or 0x4E534D) is known color: Battleship Grey. HEX triplet: 4E, 53 and 4D. RGB value is (78,83,77). Sum of RGB (Red+Green+Blue) = 78+83+77=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 83 - color contains mainly: green. Hex color #4E534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E534D is #B1ACB2. Grayscale: #505050. Windows color (decimal): -11644083 or 5067598. OLE color: 5067598.
HSL color Cylindrical-coordinate representation of color #4E534D: hue angle of 110º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4E534D is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 77 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.67 |
| HSL | 110º | 0.04% | 0.31% | - |
| HSV(B) | 110º | 0.07% | 0.33% | - |
| XYZ | 7.57 | 8.34 | 8.23 | - |
| YUV | 80.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 77 | 0.06 | 0 | 0.07 | 0.67 | 110 | 0.04 | 0.31 |
| Hex | 4E | 53 | 4D | 6 | 0 | 7 | 43 | 6E | 4 | 1F |
| Octal | 116 | 123 | 115 | 6 | 0 | 7 | 103 | 156 | 4 | 37 |
| Binary | 1001110 | 1010011 | 1001101 | 110 | 0 | 111 | 1000011 | 1101110 | 100 | 11111 |
Color Harmonies of #4E534D
Complementary color
Monochromatic Colors of #4E534D
Black with #4E534D
Text Example
Text Example
White with #4E534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E534D; }
p { color: rgb(78,83,77); }
H1.HeaderClassName
{
color: #4E534D;
}
.AnyTagClassName
{
color: #4E534D;
}
</style>
background-color css
<style>
a { background-color: #4E534D; }
a { background-color: rgb(78,83,77); }
div.DivClassName
{
background-color: #4E534D;
}
.BgClassName
{
background-color: #4E534D;
}
</style>
border-color css
<style>
span { border-color: #4E534D; }
span { border-color: rgb(78,83,77); }
td.TdClassName
{
border-color: #4E534D;
}
.TagClassName
{
border-color: #4E534D;
}
</style>