Shades of Gun Powder #4E4E60
Tints of Gun Powder #4E4E60
RGB
CMYK
RGB Variations
Color information
#4E4E60 (or 0x4E4E60) is known color: Gun Powder. HEX triplet: 4E, 4E and 60. RGB value is (78,78,96). Sum of RGB (Red+Green+Blue) = 78+78+96=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E4E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4E60 is #B1B19F. Grayscale: #4F4F4F. Windows color (decimal): -11645344 or 6311502. OLE color: 6311502.
HSL color Cylindrical-coordinate representation of color #4E4E60: hue angle of 240º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E4E60 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 78 | 96 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.62 |
| HSL | 240º | 0.1% | 0.34% | - |
| HSV(B) | 240º | 0.19% | 0.38% | - |
| XYZ | 7.98 | 7.91 | 12.17 | - |
| YUV | 80.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 96 | 0.19 | 0.19 | 0 | 0.62 | 240 | 0.1 | 0.34 |
| Hex | 4E | 4E | 60 | 13 | 13 | 0 | 3E | F0 | A | 22 |
| Octal | 116 | 116 | 140 | 23 | 23 | 0 | 76 | 360 | 12 | 42 |
| Binary | 1001110 | 1001110 | 1100000 | 10011 | 10011 | 0 | 111110 | 11110000 | 1010 | 100010 |
Color Harmonies of #4E4E60
Complementary color
Monochromatic Colors of #4E4E60
Black with #4E4E60
Text Example
Text Example
White with #4E4E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4E60; }
p { color: rgb(78,78,96); }
H1.HeaderClassName
{
color: #4E4E60;
}
.AnyTagClassName
{
color: #4E4E60;
}
</style>
background-color css
<style>
a { background-color: #4E4E60; }
a { background-color: rgb(78,78,96); }
div.DivClassName
{
background-color: #4E4E60;
}
.BgClassName
{
background-color: #4E4E60;
}
</style>
border-color css
<style>
span { border-color: #4E4E60; }
span { border-color: rgb(78,78,96); }
td.TdClassName
{
border-color: #4E4E60;
}
.TagClassName
{
border-color: #4E4E60;
}
</style>