Shades of Battleship Grey #4E574C
Tints of Battleship Grey #4E574C
RGB
CMYK
RGB Variations
Color information
#4E574C (or 0x4E574C) is known color: Battleship Grey. HEX triplet: 4E, 57 and 4C. RGB value is (78,87,76). Sum of RGB (Red+Green+Blue) = 78+87+76=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 87 - color contains mainly: green. Hex color #4E574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E574C is #B1A8B3. Grayscale: #535353. Windows color (decimal): -11643060 or 5003086. OLE color: 5003086.
HSL color Cylindrical-coordinate representation of color #4E574C: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4E574C is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 87 | 76 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.66 |
| HSL | 109.09º | 0.07% | 0.32% | - |
| HSV(B) | 109.09º | 0.13% | 0.34% | - |
| XYZ | 7.85 | 8.96 | 8.15 | - |
| YUV | 83.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 76 | 0.10 | 0 | 0.13 | 0.66 | 109.09 | 0.07 | 0.32 |
| Hex | 4E | 57 | 4C | A | 0 | D | 42 | 6D | 7 | 20 |
| Octal | 116 | 127 | 114 | 12 | 0 | 15 | 102 | 155 | 7 | 40 |
| Binary | 1001110 | 1010111 | 1001100 | 1010 | 0 | 1101 | 1000010 | 1101101 | 111 | 100000 |
Color Harmonies of #4E574C
Complementary color
Monochromatic Colors of #4E574C
Black with #4E574C
Text Example
Text Example
White with #4E574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E574C; }
p { color: rgb(78,87,76); }
H1.HeaderClassName
{
color: #4E574C;
}
.AnyTagClassName
{
color: #4E574C;
}
</style>
background-color css
<style>
a { background-color: #4E574C; }
a { background-color: rgb(78,87,76); }
div.DivClassName
{
background-color: #4E574C;
}
.BgClassName
{
background-color: #4E574C;
}
</style>
border-color css
<style>
span { border-color: #4E574C; }
span { border-color: rgb(78,87,76); }
td.TdClassName
{
border-color: #4E574C;
}
.TagClassName
{
border-color: #4E574C;
}
</style>