Shades of Gun Powder #4E4F56
Tints of Gun Powder #4E4F56
RGB
CMYK
RGB Variations
Color information
#4E4F56 (or 0x4E4F56) is known color: Gun Powder. HEX triplet: 4E, 4F and 56. RGB value is (78,79,86). Sum of RGB (Red+Green+Blue) = 78+79+86=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 86 - color contains mainly: blue. Hex color #4E4F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F56 is #B1B0A9. Grayscale: #4F4F4F. Windows color (decimal): -11645098 or 5656398. OLE color: 5656398.
HSL color Cylindrical-coordinate representation of color #4E4F56: hue angle of 232.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4E4F56 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 79 | 86 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.66 |
| HSL | 232.5º | 0.05% | 0.32% | - |
| HSV(B) | 232.5º | 0.09% | 0.34% | - |
| XYZ | 7.62 | 7.88 | 9.92 | - |
| YUV | 79.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 86 | 0.09 | 0.08 | 0 | 0.66 | 232.5 | 0.05 | 0.32 |
| Hex | 4E | 4F | 56 | 9 | 8 | 0 | 42 | E8 | 5 | 20 |
| Octal | 116 | 117 | 126 | 11 | 10 | 0 | 102 | 350 | 5 | 40 |
| Binary | 1001110 | 1001111 | 1010110 | 1001 | 1000 | 0 | 1000010 | 11101000 | 101 | 100000 |
Color Harmonies of #4E4F56
Complementary color
Monochromatic Colors of #4E4F56
Black with #4E4F56
Text Example
Text Example
White with #4E4F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F56; }
p { color: rgb(78,79,86); }
H1.HeaderClassName
{
color: #4E4F56;
}
.AnyTagClassName
{
color: #4E4F56;
}
</style>
background-color css
<style>
a { background-color: #4E4F56; }
a { background-color: rgb(78,79,86); }
div.DivClassName
{
background-color: #4E4F56;
}
.BgClassName
{
background-color: #4E4F56;
}
</style>
border-color css
<style>
span { border-color: #4E4F56; }
span { border-color: rgb(78,79,86); }
td.TdClassName
{
border-color: #4E4F56;
}
.TagClassName
{
border-color: #4E4F56;
}
</style>