Shades of Gun Powder #4E4C59
Tints of Gun Powder #4E4C59
RGB
CMYK
RGB Variations
Color information
#4E4C59 (or 0x4E4C59) is known color: Gun Powder. HEX triplet: 4E, 4C and 59. RGB value is (78,76,89). Sum of RGB (Red+Green+Blue) = 78+76+89=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E4C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4C59 is #B1B3A6. Grayscale: #4E4E4E. Windows color (decimal): -11645863 or 5852238. OLE color: 5852238.
HSL color Cylindrical-coordinate representation of color #4E4C59: hue angle of 249.23º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E4C59 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 76 | 89 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.65 |
| HSL | 249.23º | 0.08% | 0.32% | - |
| HSV(B) | 249.23º | 0.15% | 0.35% | - |
| XYZ | 7.53 | 7.51 | 10.5 | - |
| YUV | 78.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 89 | 0.12 | 0.15 | 0 | 0.65 | 249.23 | 0.08 | 0.32 |
| Hex | 4E | 4C | 59 | C | F | 0 | 41 | F9 | 8 | 20 |
| Octal | 116 | 114 | 131 | 14 | 17 | 0 | 101 | 371 | 10 | 40 |
| Binary | 1001110 | 1001100 | 1011001 | 1100 | 1111 | 0 | 1000001 | 11111001 | 1000 | 100000 |
Color Harmonies of #4E4C59
Complementary color
Monochromatic Colors of #4E4C59
Black with #4E4C59
Text Example
Text Example
White with #4E4C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4C59; }
p { color: rgb(78,76,89); }
H1.HeaderClassName
{
color: #4E4C59;
}
.AnyTagClassName
{
color: #4E4C59;
}
</style>
background-color css
<style>
a { background-color: #4E4C59; }
a { background-color: rgb(78,76,89); }
div.DivClassName
{
background-color: #4E4C59;
}
.BgClassName
{
background-color: #4E4C59;
}
</style>
border-color css
<style>
span { border-color: #4E4C59; }
span { border-color: rgb(78,76,89); }
td.TdClassName
{
border-color: #4E4C59;
}
.TagClassName
{
border-color: #4E4C59;
}
</style>