Shades of Battleship Grey #4D574B
Tints of Battleship Grey #4D574B
RGB
CMYK
RGB Variations
Color information
#4D574B (or 0x4D574B) is known color: Battleship Grey. HEX triplet: 4D, 57 and 4B. RGB value is (77,87,75). Sum of RGB (Red+Green+Blue) = 77+87+75=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #4D574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D574B is #B2A8B4. Grayscale: #525252. Windows color (decimal): -11708597 or 4937549. OLE color: 4937549.
HSL color Cylindrical-coordinate representation of color #4D574B: hue angle of 110º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D574B is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 75 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.66 |
| HSL | 110º | 0.07% | 0.32% | - |
| HSV(B) | 110º | 0.14% | 0.34% | - |
| XYZ | 7.74 | 8.9 | 7.97 | - |
| YUV | 82.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 75 | 0.11 | 0 | 0.14 | 0.66 | 110 | 0.07 | 0.32 |
| Hex | 4D | 57 | 4B | B | 0 | E | 42 | 6E | 7 | 20 |
| Octal | 115 | 127 | 113 | 13 | 0 | 16 | 102 | 156 | 7 | 40 |
| Binary | 1001101 | 1010111 | 1001011 | 1011 | 0 | 1110 | 1000010 | 1101110 | 111 | 100000 |
Color Harmonies of #4D574B
Complementary color
Monochromatic Colors of #4D574B
Black with #4D574B
Text Example
Text Example
White with #4D574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D574B; }
p { color: rgb(77,87,75); }
H1.HeaderClassName
{
color: #4D574B;
}
.AnyTagClassName
{
color: #4D574B;
}
</style>
background-color css
<style>
a { background-color: #4D574B; }
a { background-color: rgb(77,87,75); }
div.DivClassName
{
background-color: #4D574B;
}
.BgClassName
{
background-color: #4D574B;
}
</style>
border-color css
<style>
span { border-color: #4D574B; }
span { border-color: rgb(77,87,75); }
td.TdClassName
{
border-color: #4D574B;
}
.TagClassName
{
border-color: #4D574B;
}
</style>