Shades of Battleship Grey #4F574B
Tints of Battleship Grey #4F574B
RGB
CMYK
RGB Variations
Color information
#4F574B (or 0x4F574B) is known color: Battleship Grey. HEX triplet: 4F, 57 and 4B. RGB value is (79,87,75). Sum of RGB (Red+Green+Blue) = 79+87+75=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 87 - color contains mainly: green. Hex color #4F574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F574B is #B0A8B4. Grayscale: #535353. Windows color (decimal): -11577525 or 4937551. OLE color: 4937551.
HSL color Cylindrical-coordinate representation of color #4F574B: hue angle of 100º 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 #4F574B is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 87 | 75 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.66 |
| HSL | 100º | 0.07% | 0.32% | - |
| HSV(B) | 100º | 0.14% | 0.34% | - |
| XYZ | 7.9 | 8.99 | 7.97 | - |
| YUV | 83.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 75 | 0.09 | 0 | 0.14 | 0.66 | 100 | 0.07 | 0.32 |
| Hex | 4F | 57 | 4B | 9 | 0 | E | 42 | 64 | 7 | 20 |
| Octal | 117 | 127 | 113 | 11 | 0 | 16 | 102 | 144 | 7 | 40 |
| Binary | 1001111 | 1010111 | 1001011 | 1001 | 0 | 1110 | 1000010 | 1100100 | 111 | 100000 |
Color Harmonies of #4F574B
Complementary color
Monochromatic Colors of #4F574B
Black with #4F574B
Text Example
Text Example
White with #4F574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F574B; }
p { color: rgb(79,87,75); }
H1.HeaderClassName
{
color: #4F574B;
}
.AnyTagClassName
{
color: #4F574B;
}
</style>
background-color css
<style>
a { background-color: #4F574B; }
a { background-color: rgb(79,87,75); }
div.DivClassName
{
background-color: #4F574B;
}
.BgClassName
{
background-color: #4F574B;
}
</style>
border-color css
<style>
span { border-color: #4F574B; }
span { border-color: rgb(79,87,75); }
td.TdClassName
{
border-color: #4F574B;
}
.TagClassName
{
border-color: #4F574B;
}
</style>