Shades of Battleship Grey #4F594C
Tints of Battleship Grey #4F594C
RGB
CMYK
RGB Variations
Color information
#4F594C (or 0x4F594C) is known color: Battleship Grey. HEX triplet: 4F, 59 and 4C. RGB value is (79,89,76). Sum of RGB (Red+Green+Blue) = 79+89+76=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #4F594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F594C is #B0A6B3. Grayscale: #545454. Windows color (decimal): -11577012 or 5003599. OLE color: 5003599.
HSL color Cylindrical-coordinate representation of color #4F594C: 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 #4F594C is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 89 | 76 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.65 |
| HSL | 106.15º | 0.08% | 0.32% | - |
| HSV(B) | 106.15º | 0.15% | 0.35% | - |
| XYZ | 8.1 | 9.33 | 8.21 | - |
| YUV | 84.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 76 | 0.11 | 0 | 0.15 | 0.65 | 106.15 | 0.08 | 0.32 |
| Hex | 4F | 59 | 4C | B | 0 | F | 41 | 6A | 8 | 20 |
| Octal | 117 | 131 | 114 | 13 | 0 | 17 | 101 | 152 | 10 | 40 |
| Binary | 1001111 | 1011001 | 1001100 | 1011 | 0 | 1111 | 1000001 | 1101010 | 1000 | 100000 |
Color Harmonies of #4F594C
Complementary color
Monochromatic Colors of #4F594C
Black with #4F594C
Text Example
Text Example
White with #4F594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F594C; }
p { color: rgb(79,89,76); }
H1.HeaderClassName
{
color: #4F594C;
}
.AnyTagClassName
{
color: #4F594C;
}
</style>
background-color css
<style>
a { background-color: #4F594C; }
a { background-color: rgb(79,89,76); }
div.DivClassName
{
background-color: #4F594C;
}
.BgClassName
{
background-color: #4F594C;
}
</style>
border-color css
<style>
span { border-color: #4F594C; }
span { border-color: rgb(79,89,76); }
td.TdClassName
{
border-color: #4F594C;
}
.TagClassName
{
border-color: #4F594C;
}
</style>