Shades of Battleship Grey #4E594C
Tints of Battleship Grey #4E594C
RGB
CMYK
RGB Variations
Color information
#4E594C (or 0x4E594C) is known color: Battleship Grey. HEX triplet: 4E, 59 and 4C. RGB value is (78,89,76). Sum of RGB (Red+Green+Blue) = 78+89+76=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #4E594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E594C is #B1A6B3. Grayscale: #545454. Windows color (decimal): -11642548 or 5003598. OLE color: 5003598.
HSL color Cylindrical-coordinate representation of color #4E594C: hue angle of 110.77º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E594C is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 89 | 76 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.65 |
| HSL | 110.77º | 0.08% | 0.32% | - |
| HSV(B) | 110.77º | 0.15% | 0.35% | - |
| XYZ | 8.02 | 9.29 | 8.21 | - |
| YUV | 84.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 76 | 0.12 | 0 | 0.15 | 0.65 | 110.77 | 0.08 | 0.32 |
| Hex | 4E | 59 | 4C | C | 0 | F | 41 | 6F | 8 | 20 |
| Octal | 116 | 131 | 114 | 14 | 0 | 17 | 101 | 157 | 10 | 40 |
| Binary | 1001110 | 1011001 | 1001100 | 1100 | 0 | 1111 | 1000001 | 1101111 | 1000 | 100000 |
Color Harmonies of #4E594C
Complementary color
Monochromatic Colors of #4E594C
Black with #4E594C
Text Example
Text Example
White with #4E594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E594C; }
p { color: rgb(78,89,76); }
H1.HeaderClassName
{
color: #4E594C;
}
.AnyTagClassName
{
color: #4E594C;
}
</style>
background-color css
<style>
a { background-color: #4E594C; }
a { background-color: rgb(78,89,76); }
div.DivClassName
{
background-color: #4E594C;
}
.BgClassName
{
background-color: #4E594C;
}
</style>
border-color css
<style>
span { border-color: #4E594C; }
span { border-color: rgb(78,89,76); }
td.TdClassName
{
border-color: #4E594C;
}
.TagClassName
{
border-color: #4E594C;
}
</style>