Shades of Gun Powder #4F4E55
Tints of Gun Powder #4F4E55
RGB
CMYK
RGB Variations
Color information
#4F4E55 (or 0x4F4E55) is known color: Gun Powder. HEX triplet: 4F, 4E and 55. RGB value is (79,78,85). Sum of RGB (Red+Green+Blue) = 79+78+85=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 85 - color contains mainly: blue. Hex color #4F4E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4E55 is #B0B1AA. Grayscale: #4F4F4F. Windows color (decimal): -11579819 or 5590607. OLE color: 5590607.
HSL color Cylindrical-coordinate representation of color #4F4E55: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4F4E55 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 78 | 85 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.67 |
| HSL | 248.57º | 0.04% | 0.32% | - |
| HSV(B) | 248.57º | 0.08% | 0.33% | - |
| XYZ | 7.59 | 7.77 | 9.69 | - |
| YUV | 79.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 85 | 0.07 | 0.08 | 0 | 0.67 | 248.57 | 0.04 | 0.32 |
| Hex | 4F | 4E | 55 | 7 | 8 | 0 | 43 | F9 | 4 | 20 |
| Octal | 117 | 116 | 125 | 7 | 10 | 0 | 103 | 371 | 4 | 40 |
| Binary | 1001111 | 1001110 | 1010101 | 111 | 1000 | 0 | 1000011 | 11111001 | 100 | 100000 |
Color Harmonies of #4F4E55
Complementary color
Monochromatic Colors of #4F4E55
Black with #4F4E55
Text Example
Text Example
White with #4F4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4E55; }
p { color: rgb(79,78,85); }
H1.HeaderClassName
{
color: #4F4E55;
}
.AnyTagClassName
{
color: #4F4E55;
}
</style>
background-color css
<style>
a { background-color: #4F4E55; }
a { background-color: rgb(79,78,85); }
div.DivClassName
{
background-color: #4F4E55;
}
.BgClassName
{
background-color: #4F4E55;
}
</style>
border-color css
<style>
span { border-color: #4F4E55; }
span { border-color: rgb(79,78,85); }
td.TdClassName
{
border-color: #4F4E55;
}
.TagClassName
{
border-color: #4F4E55;
}
</style>