Shades of Gun Powder #4E4F57
Tints of Gun Powder #4E4F57
RGB
CMYK
RGB Variations
Color information
#4E4F57 (or 0x4E4F57) is known color: Gun Powder. HEX triplet: 4E, 4F and 57. RGB value is (78,79,87). Sum of RGB (Red+Green+Blue) = 78+79+87=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 87 - color contains mainly: blue. Hex color #4E4F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F57 is #B1B0A8. Grayscale: #4F4F4F. Windows color (decimal): -11645097 or 5721934. OLE color: 5721934.
HSL color Cylindrical-coordinate representation of color #4E4F57: hue angle of 233.33º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4E4F57 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 79 | 87 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.66 |
| HSL | 233.33º | 0.05% | 0.32% | - |
| HSV(B) | 233.33º | 0.1% | 0.34% | - |
| XYZ | 7.66 | 7.9 | 10.14 | - |
| YUV | 79.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 87 | 0.10 | 0.09 | 0 | 0.66 | 233.33 | 0.05 | 0.32 |
| Hex | 4E | 4F | 57 | A | 9 | 0 | 42 | E9 | 5 | 20 |
| Octal | 116 | 117 | 127 | 12 | 11 | 0 | 102 | 351 | 5 | 40 |
| Binary | 1001110 | 1001111 | 1010111 | 1010 | 1001 | 0 | 1000010 | 11101001 | 101 | 100000 |
Color Harmonies of #4E4F57
Complementary color
Monochromatic Colors of #4E4F57
Black with #4E4F57
Text Example
Text Example
White with #4E4F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F57; }
p { color: rgb(78,79,87); }
H1.HeaderClassName
{
color: #4E4F57;
}
.AnyTagClassName
{
color: #4E4F57;
}
</style>
background-color css
<style>
a { background-color: #4E4F57; }
a { background-color: rgb(78,79,87); }
div.DivClassName
{
background-color: #4E4F57;
}
.BgClassName
{
background-color: #4E4F57;
}
</style>
border-color css
<style>
span { border-color: #4E4F57; }
span { border-color: rgb(78,79,87); }
td.TdClassName
{
border-color: #4E4F57;
}
.TagClassName
{
border-color: #4E4F57;
}
</style>