Shades of Gun Powder #4F4D58
Tints of Gun Powder #4F4D58
RGB
CMYK
RGB Variations
Color information
#4F4D58 (or 0x4F4D58) is known color: Gun Powder. HEX triplet: 4F, 4D and 58. RGB value is (79,77,88). Sum of RGB (Red+Green+Blue) = 79+77+88=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F4D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4D58 is #B0B2A7. Grayscale: #4E4E4E. Windows color (decimal): -11580072 or 5786959. OLE color: 5786959.
HSL color Cylindrical-coordinate representation of color #4F4D58: hue angle of 250.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4F4D58 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 77 | 88 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.65 |
| HSL | 250.91º | 0.07% | 0.32% | - |
| HSV(B) | 250.91º | 0.13% | 0.35% | - |
| XYZ | 7.64 | 7.67 | 10.31 | - |
| YUV | 78.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 88 | 0.10 | 0.12 | 0 | 0.65 | 250.91 | 0.07 | 0.32 |
| Hex | 4F | 4D | 58 | A | C | 0 | 41 | FB | 7 | 20 |
| Octal | 117 | 115 | 130 | 12 | 14 | 0 | 101 | 373 | 7 | 40 |
| Binary | 1001111 | 1001101 | 1011000 | 1010 | 1100 | 0 | 1000001 | 11111011 | 111 | 100000 |
Color Harmonies of #4F4D58
Complementary color
Monochromatic Colors of #4F4D58
Black with #4F4D58
Text Example
Text Example
White with #4F4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4D58; }
p { color: rgb(79,77,88); }
H1.HeaderClassName
{
color: #4F4D58;
}
.AnyTagClassName
{
color: #4F4D58;
}
</style>
background-color css
<style>
a { background-color: #4F4D58; }
a { background-color: rgb(79,77,88); }
div.DivClassName
{
background-color: #4F4D58;
}
.BgClassName
{
background-color: #4F4D58;
}
</style>
border-color css
<style>
span { border-color: #4F4D58; }
span { border-color: rgb(79,77,88); }
td.TdClassName
{
border-color: #4F4D58;
}
.TagClassName
{
border-color: #4F4D58;
}
</style>