Shades of Battleship Grey #4E584C
Tints of Battleship Grey #4E584C
RGB
CMYK
RGB Variations
Color information
#4E584C (or 0x4E584C) is known color: Battleship Grey. HEX triplet: 4E, 58 and 4C. RGB value is (78,88,76). Sum of RGB (Red+Green+Blue) = 78+88+76=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 88 - color contains mainly: green. Hex color #4E584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E584C is #B1A7B3. Grayscale: #535353. Windows color (decimal): -11642804 or 5003342. OLE color: 5003342.
HSL color Cylindrical-coordinate representation of color #4E584C: hue angle of 110º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4E584C is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 76 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.65 |
| HSL | 110º | 0.07% | 0.32% | - |
| HSV(B) | 110º | 0.14% | 0.35% | - |
| XYZ | 7.94 | 9.12 | 8.18 | - |
| YUV | 83.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 76 | 0.11 | 0 | 0.14 | 0.65 | 110 | 0.07 | 0.32 |
| Hex | 4E | 58 | 4C | B | 0 | E | 41 | 6E | 7 | 20 |
| Octal | 116 | 130 | 114 | 13 | 0 | 16 | 101 | 156 | 7 | 40 |
| Binary | 1001110 | 1011000 | 1001100 | 1011 | 0 | 1110 | 1000001 | 1101110 | 111 | 100000 |
Color Harmonies of #4E584C
Complementary color
Monochromatic Colors of #4E584C
Black with #4E584C
Text Example
Text Example
White with #4E584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E584C; }
p { color: rgb(78,88,76); }
H1.HeaderClassName
{
color: #4E584C;
}
.AnyTagClassName
{
color: #4E584C;
}
</style>
background-color css
<style>
a { background-color: #4E584C; }
a { background-color: rgb(78,88,76); }
div.DivClassName
{
background-color: #4E584C;
}
.BgClassName
{
background-color: #4E584C;
}
</style>
border-color css
<style>
span { border-color: #4E584C; }
span { border-color: rgb(78,88,76); }
td.TdClassName
{
border-color: #4E584C;
}
.TagClassName
{
border-color: #4E584C;
}
</style>