Shades of Battleship Grey #4F534D
Tints of Battleship Grey #4F534D
RGB
CMYK
RGB Variations
Color information
#4F534D (or 0x4F534D) is known color: Battleship Grey. HEX triplet: 4F, 53 and 4D. RGB value is (79,83,77). Sum of RGB (Red+Green+Blue) = 79+83+77=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 83 - color contains mainly: green. Hex color #4F534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F534D is #B0ACB2. Grayscale: #515151. Windows color (decimal): -11578547 or 5067599. OLE color: 5067599.
HSL color Cylindrical-coordinate representation of color #4F534D: hue angle of 100º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4F534D is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 83 | 77 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.67 |
| HSL | 100º | 0.04% | 0.31% | - |
| HSV(B) | 100º | 0.07% | 0.33% | - |
| XYZ | 7.66 | 8.38 | 8.24 | - |
| YUV | 81.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 77 | 0.05 | 0 | 0.07 | 0.67 | 100 | 0.04 | 0.31 |
| Hex | 4F | 53 | 4D | 5 | 0 | 7 | 43 | 64 | 4 | 1F |
| Octal | 117 | 123 | 115 | 5 | 0 | 7 | 103 | 144 | 4 | 37 |
| Binary | 1001111 | 1010011 | 1001101 | 101 | 0 | 111 | 1000011 | 1100100 | 100 | 11111 |
Color Harmonies of #4F534D
Complementary color
Monochromatic Colors of #4F534D
Black with #4F534D
Text Example
Text Example
White with #4F534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F534D; }
p { color: rgb(79,83,77); }
H1.HeaderClassName
{
color: #4F534D;
}
.AnyTagClassName
{
color: #4F534D;
}
</style>
background-color css
<style>
a { background-color: #4F534D; }
a { background-color: rgb(79,83,77); }
div.DivClassName
{
background-color: #4F534D;
}
.BgClassName
{
background-color: #4F534D;
}
</style>
border-color css
<style>
span { border-color: #4F534D; }
span { border-color: rgb(79,83,77); }
td.TdClassName
{
border-color: #4F534D;
}
.TagClassName
{
border-color: #4F534D;
}
</style>