Shades of Battleship Grey #4E584B
Tints of Battleship Grey #4E584B
RGB
CMYK
RGB Variations
Color information
#4E584B (or 0x4E584B) is known color: Battleship Grey. HEX triplet: 4E, 58 and 4B. RGB value is (78,88,75). Sum of RGB (Red+Green+Blue) = 78+88+75=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #4E584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E584B is #B1A7B4. Grayscale: #535353. Windows color (decimal): -11642805 or 4937806. OLE color: 4937806.
HSL color Cylindrical-coordinate representation of color #4E584B: hue angle of 106.15º 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 #4E584B is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 75 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.65 |
| HSL | 106.15º | 0.08% | 0.32% | - |
| HSV(B) | 106.15º | 0.15% | 0.35% | - |
| XYZ | 7.9 | 9.11 | 8 | - |
| YUV | 83.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 75 | 0.11 | 0 | 0.15 | 0.65 | 106.15 | 0.08 | 0.32 |
| Hex | 4E | 58 | 4B | B | 0 | F | 41 | 6A | 8 | 20 |
| Octal | 116 | 130 | 113 | 13 | 0 | 17 | 101 | 152 | 10 | 40 |
| Binary | 1001110 | 1011000 | 1001011 | 1011 | 0 | 1111 | 1000001 | 1101010 | 1000 | 100000 |
Color Harmonies of #4E584B
Complementary color
Monochromatic Colors of #4E584B
Black with #4E584B
Text Example
Text Example
White with #4E584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E584B; }
p { color: rgb(78,88,75); }
H1.HeaderClassName
{
color: #4E584B;
}
.AnyTagClassName
{
color: #4E584B;
}
</style>
background-color css
<style>
a { background-color: #4E584B; }
a { background-color: rgb(78,88,75); }
div.DivClassName
{
background-color: #4E584B;
}
.BgClassName
{
background-color: #4E584B;
}
</style>
border-color css
<style>
span { border-color: #4E584B; }
span { border-color: rgb(78,88,75); }
td.TdClassName
{
border-color: #4E584B;
}
.TagClassName
{
border-color: #4E584B;
}
</style>