Shades of Gun Powder #4E4E53
Tints of Gun Powder #4E4E53
RGB
CMYK
RGB Variations
Color information
#4E4E53 (or 0x4E4E53) is known color: Gun Powder. HEX triplet: 4E, 4E and 53. RGB value is (78,78,83). Sum of RGB (Red+Green+Blue) = 78+78+83=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E4E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4E53 is #B1B1AC. Grayscale: #4E4E4E. Windows color (decimal): -11645357 or 5459534. OLE color: 5459534.
HSL color Cylindrical-coordinate representation of color #4E4E53: hue angle of 240º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4E4E53 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 78 | 83 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.67 |
| HSL | 240º | 0.03% | 0.32% | - |
| HSV(B) | 240º | 0.06% | 0.33% | - |
| XYZ | 7.43 | 7.69 | 9.28 | - |
| YUV | 78.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 83 | 0.06 | 0.06 | 0 | 0.67 | 240 | 0.03 | 0.32 |
| Hex | 4E | 4E | 53 | 6 | 6 | 0 | 43 | F0 | 3 | 20 |
| Octal | 116 | 116 | 123 | 6 | 6 | 0 | 103 | 360 | 3 | 40 |
| Binary | 1001110 | 1001110 | 1010011 | 110 | 110 | 0 | 1000011 | 11110000 | 11 | 100000 |
Color Harmonies of #4E4E53
Complementary color
Monochromatic Colors of #4E4E53
Black with #4E4E53
Text Example
Text Example
White with #4E4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4E53; }
p { color: rgb(78,78,83); }
H1.HeaderClassName
{
color: #4E4E53;
}
.AnyTagClassName
{
color: #4E4E53;
}
</style>
background-color css
<style>
a { background-color: #4E4E53; }
a { background-color: rgb(78,78,83); }
div.DivClassName
{
background-color: #4E4E53;
}
.BgClassName
{
background-color: #4E4E53;
}
</style>
border-color css
<style>
span { border-color: #4E4E53; }
span { border-color: rgb(78,78,83); }
td.TdClassName
{
border-color: #4E4E53;
}
.TagClassName
{
border-color: #4E4E53;
}
</style>