Shades of Battleship Grey #4D584A
Tints of Battleship Grey #4D584A
RGB
CMYK
RGB Variations
Color information
#4D584A (or 0x4D584A) is known color: Battleship Grey. HEX triplet: 4D, 58 and 4A. RGB value is (77,88,74). Sum of RGB (Red+Green+Blue) = 77+88+74=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #4D584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D584A is #B2A7B5. Grayscale: #535353. Windows color (decimal): -11708342 or 4872269. OLE color: 4872269.
HSL color Cylindrical-coordinate representation of color #4D584A: hue angle of 107.14º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D584A is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 88 | 74 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.65 |
| HSL | 107.14º | 0.09% | 0.32% | - |
| HSV(B) | 107.14º | 0.16% | 0.35% | - |
| XYZ | 7.79 | 9.05 | 7.82 | - |
| YUV | 83.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 74 | 0.12 | 0 | 0.16 | 0.65 | 107.14 | 0.09 | 0.32 |
| Hex | 4D | 58 | 4A | C | 0 | 10 | 41 | 6B | 9 | 20 |
| Octal | 115 | 130 | 112 | 14 | 0 | 20 | 101 | 153 | 11 | 40 |
| Binary | 1001101 | 1011000 | 1001010 | 1100 | 0 | 10000 | 1000001 | 1101011 | 1001 | 100000 |
Color Harmonies of #4D584A
Complementary color
Monochromatic Colors of #4D584A
Black with #4D584A
Text Example
Text Example
White with #4D584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D584A; }
p { color: rgb(77,88,74); }
H1.HeaderClassName
{
color: #4D584A;
}
.AnyTagClassName
{
color: #4D584A;
}
</style>
background-color css
<style>
a { background-color: #4D584A; }
a { background-color: rgb(77,88,74); }
div.DivClassName
{
background-color: #4D584A;
}
.BgClassName
{
background-color: #4D584A;
}
</style>
border-color css
<style>
span { border-color: #4D584A; }
span { border-color: rgb(77,88,74); }
td.TdClassName
{
border-color: #4D584A;
}
.TagClassName
{
border-color: #4D584A;
}
</style>