Shades of Gun Powder #4E4E55
Tints of Gun Powder #4E4E55
RGB
CMYK
RGB Variations
Color information
#4E4E55 (or 0x4E4E55) is known color: Gun Powder. HEX triplet: 4E, 4E and 55. RGB value is (78,78,85). Sum of RGB (Red+Green+Blue) = 78+78+85=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E4E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4E55 is #B1B1AA. Grayscale: #4E4E4E. Windows color (decimal): -11645355 or 5590606. OLE color: 5590606.
HSL color Cylindrical-coordinate representation of color #4E4E55: hue angle of 240º 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 #4E4E55 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 78 | 85 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.67 |
| HSL | 240º | 0.04% | 0.32% | - |
| HSV(B) | 240º | 0.08% | 0.33% | - |
| XYZ | 7.51 | 7.72 | 9.69 | - |
| YUV | 78.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 85 | 0.08 | 0.08 | 0 | 0.67 | 240 | 0.04 | 0.32 |
| Hex | 4E | 4E | 55 | 8 | 8 | 0 | 43 | F0 | 4 | 20 |
| Octal | 116 | 116 | 125 | 10 | 10 | 0 | 103 | 360 | 4 | 40 |
| Binary | 1001110 | 1001110 | 1010101 | 1000 | 1000 | 0 | 1000011 | 11110000 | 100 | 100000 |
Color Harmonies of #4E4E55
Complementary color
Monochromatic Colors of #4E4E55
Black with #4E4E55
Text Example
Text Example
White with #4E4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4E55; }
p { color: rgb(78,78,85); }
H1.HeaderClassName
{
color: #4E4E55;
}
.AnyTagClassName
{
color: #4E4E55;
}
</style>
background-color css
<style>
a { background-color: #4E4E55; }
a { background-color: rgb(78,78,85); }
div.DivClassName
{
background-color: #4E4E55;
}
.BgClassName
{
background-color: #4E4E55;
}
</style>
border-color css
<style>
span { border-color: #4E4E55; }
span { border-color: rgb(78,78,85); }
td.TdClassName
{
border-color: #4E4E55;
}
.TagClassName
{
border-color: #4E4E55;
}
</style>