Shades of Battleship Grey #4F574D
Tints of Battleship Grey #4F574D
RGB
CMYK
RGB Variations
Color information
#4F574D (or 0x4F574D) is known color: Battleship Grey. HEX triplet: 4F, 57 and 4D. RGB value is (79,87,77). Sum of RGB (Red+Green+Blue) = 79+87+77=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 87 - color contains mainly: green. Hex color #4F574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F574D is #B0A8B2. Grayscale: #535353. Windows color (decimal): -11577523 or 5068623. OLE color: 5068623.
HSL color Cylindrical-coordinate representation of color #4F574D: hue angle of 108º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F574D is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 87 | 77 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.66 |
| HSL | 108º | 0.06% | 0.32% | - |
| HSV(B) | 108º | 0.11% | 0.34% | - |
| XYZ | 7.97 | 9.01 | 8.34 | - |
| YUV | 83.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 77 | 0.09 | 0 | 0.11 | 0.66 | 108 | 0.06 | 0.32 |
| Hex | 4F | 57 | 4D | 9 | 0 | B | 42 | 6C | 6 | 20 |
| Octal | 117 | 127 | 115 | 11 | 0 | 13 | 102 | 154 | 6 | 40 |
| Binary | 1001111 | 1010111 | 1001101 | 1001 | 0 | 1011 | 1000010 | 1101100 | 110 | 100000 |
Color Harmonies of #4F574D
Complementary color
Monochromatic Colors of #4F574D
Black with #4F574D
Text Example
Text Example
White with #4F574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F574D; }
p { color: rgb(79,87,77); }
H1.HeaderClassName
{
color: #4F574D;
}
.AnyTagClassName
{
color: #4F574D;
}
</style>
background-color css
<style>
a { background-color: #4F574D; }
a { background-color: rgb(79,87,77); }
div.DivClassName
{
background-color: #4F574D;
}
.BgClassName
{
background-color: #4F574D;
}
</style>
border-color css
<style>
span { border-color: #4F574D; }
span { border-color: rgb(79,87,77); }
td.TdClassName
{
border-color: #4F574D;
}
.TagClassName
{
border-color: #4F574D;
}
</style>