Shades of Battleship Grey #4F584B
Tints of Battleship Grey #4F584B
RGB
CMYK
RGB Variations
Color information
#4F584B (or 0x4F584B) is known color: Battleship Grey. HEX triplet: 4F, 58 and 4B. RGB value is (79,88,75). Sum of RGB (Red+Green+Blue) = 79+88+75=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 88 - color contains mainly: green. Hex color #4F584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F584B is #B0A7B4. Grayscale: #535353. Windows color (decimal): -11577269 or 4937807. OLE color: 4937807.
HSL color Cylindrical-coordinate representation of color #4F584B: hue angle of 101.54º 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 #4F584B is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 88 | 75 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.65 |
| HSL | 101.54º | 0.08% | 0.32% | - |
| HSV(B) | 101.54º | 0.15% | 0.35% | - |
| XYZ | 7.98 | 9.15 | 8 | - |
| YUV | 83.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 75 | 0.10 | 0 | 0.15 | 0.65 | 101.54 | 0.08 | 0.32 |
| Hex | 4F | 58 | 4B | A | 0 | F | 41 | 66 | 8 | 20 |
| Octal | 117 | 130 | 113 | 12 | 0 | 17 | 101 | 146 | 10 | 40 |
| Binary | 1001111 | 1011000 | 1001011 | 1010 | 0 | 1111 | 1000001 | 1100110 | 1000 | 100000 |
Color Harmonies of #4F584B
Complementary color
Monochromatic Colors of #4F584B
Black with #4F584B
Text Example
Text Example
White with #4F584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F584B; }
p { color: rgb(79,88,75); }
H1.HeaderClassName
{
color: #4F584B;
}
.AnyTagClassName
{
color: #4F584B;
}
</style>
background-color css
<style>
a { background-color: #4F584B; }
a { background-color: rgb(79,88,75); }
div.DivClassName
{
background-color: #4F584B;
}
.BgClassName
{
background-color: #4F584B;
}
</style>
border-color css
<style>
span { border-color: #4F584B; }
span { border-color: rgb(79,88,75); }
td.TdClassName
{
border-color: #4F584B;
}
.TagClassName
{
border-color: #4F584B;
}
</style>