Shades of Gun Powder #4E4F55
Tints of Gun Powder #4E4F55
RGB
CMYK
RGB Variations
Color information
#4E4F55 (or 0x4E4F55) is known color: Gun Powder. HEX triplet: 4E, 4F and 55. RGB value is (78,79,85). Sum of RGB (Red+Green+Blue) = 78+79+85=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 79 (31.25% from 255 or 32.64% 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 #4E4F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F55 is #B1B0AA. Grayscale: #4F4F4F. Windows color (decimal): -11645099 or 5590862. OLE color: 5590862.
HSL color Cylindrical-coordinate representation of color #4E4F55: hue angle of 231.43º 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 #4E4F55 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 79 | 85 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.67 |
| HSL | 231.43º | 0.04% | 0.32% | - |
| HSV(B) | 231.43º | 0.08% | 0.33% | - |
| XYZ | 7.58 | 7.87 | 9.71 | - |
| YUV | 79.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 85 | 0.08 | 0.07 | 0 | 0.67 | 231.43 | 0.04 | 0.32 |
| Hex | 4E | 4F | 55 | 8 | 7 | 0 | 43 | E7 | 4 | 20 |
| Octal | 116 | 117 | 125 | 10 | 7 | 0 | 103 | 347 | 4 | 40 |
| Binary | 1001110 | 1001111 | 1010101 | 1000 | 111 | 0 | 1000011 | 11100111 | 100 | 100000 |
Color Harmonies of #4E4F55
Complementary color
Monochromatic Colors of #4E4F55
Black with #4E4F55
Text Example
Text Example
White with #4E4F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F55; }
p { color: rgb(78,79,85); }
H1.HeaderClassName
{
color: #4E4F55;
}
.AnyTagClassName
{
color: #4E4F55;
}
</style>
background-color css
<style>
a { background-color: #4E4F55; }
a { background-color: rgb(78,79,85); }
div.DivClassName
{
background-color: #4E4F55;
}
.BgClassName
{
background-color: #4E4F55;
}
</style>
border-color css
<style>
span { border-color: #4E4F55; }
span { border-color: rgb(78,79,85); }
td.TdClassName
{
border-color: #4E4F55;
}
.TagClassName
{
border-color: #4E4F55;
}
</style>