Shades of Gun Powder #4E4E52
Tints of Gun Powder #4E4E52
RGB
CMYK
RGB Variations
Color information
#4E4E52 (or 0x4E4E52) is known color: Gun Powder. HEX triplet: 4E, 4E and 52. RGB value is (78,78,82). Sum of RGB (Red+Green+Blue) = 78+78+82=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E4E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4E52 is #B1B1AD. Grayscale: #4E4E4E. Windows color (decimal): -11645358 or 5393998. OLE color: 5393998.
HSL color Cylindrical-coordinate representation of color #4E4E52: hue angle of 240º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4E4E52 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 78 | 82 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.68 |
| HSL | 240º | 0.03% | 0.31% | - |
| HSV(B) | 240º | 0.05% | 0.32% | - |
| XYZ | 7.39 | 7.68 | 9.08 | - |
| YUV | 78.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 82 | 0.05 | 0.05 | 0 | 0.68 | 240 | 0.03 | 0.31 |
| Hex | 4E | 4E | 52 | 5 | 5 | 0 | 44 | F0 | 2 | 1F |
| Octal | 116 | 116 | 122 | 5 | 5 | 0 | 104 | 360 | 2 | 37 |
| Binary | 1001110 | 1001110 | 1010010 | 101 | 101 | 0 | 1000100 | 11110000 | 10 | 11111 |
Color Harmonies of #4E4E52
Complementary color
Monochromatic Colors of #4E4E52
Black with #4E4E52
Text Example
Text Example
White with #4E4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4E52; }
p { color: rgb(78,78,82); }
H1.HeaderClassName
{
color: #4E4E52;
}
.AnyTagClassName
{
color: #4E4E52;
}
</style>
background-color css
<style>
a { background-color: #4E4E52; }
a { background-color: rgb(78,78,82); }
div.DivClassName
{
background-color: #4E4E52;
}
.BgClassName
{
background-color: #4E4E52;
}
</style>
border-color css
<style>
span { border-color: #4E4E52; }
span { border-color: rgb(78,78,82); }
td.TdClassName
{
border-color: #4E4E52;
}
.TagClassName
{
border-color: #4E4E52;
}
</style>