Shades of Gun Powder #4E4D53
Tints of Gun Powder #4E4D53
RGB
CMYK
RGB Variations
Color information
#4E4D53 (or 0x4E4D53) is known color: Gun Powder. HEX triplet: 4E, 4D and 53. RGB value is (78,77,83). Sum of RGB (Red+Green+Blue) = 78+77+83=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E4D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4D53 is #B1B2AC. Grayscale: #4D4D4D. Windows color (decimal): -11645613 or 5459278. OLE color: 5459278.
HSL color Cylindrical-coordinate representation of color #4E4D53: hue angle of 250º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4E4D53 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 77 | 83 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.67 |
| HSL | 250º | 0.04% | 0.31% | - |
| HSV(B) | 250º | 0.07% | 0.33% | - |
| XYZ | 7.36 | 7.55 | 9.25 | - |
| YUV | 77.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 83 | 0.06 | 0.07 | 0 | 0.67 | 250 | 0.04 | 0.31 |
| Hex | 4E | 4D | 53 | 6 | 7 | 0 | 43 | FA | 4 | 1F |
| Octal | 116 | 115 | 123 | 6 | 7 | 0 | 103 | 372 | 4 | 37 |
| Binary | 1001110 | 1001101 | 1010011 | 110 | 111 | 0 | 1000011 | 11111010 | 100 | 11111 |
Color Harmonies of #4E4D53
Complementary color
Monochromatic Colors of #4E4D53
Black with #4E4D53
Text Example
Text Example
White with #4E4D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4D53; }
p { color: rgb(78,77,83); }
H1.HeaderClassName
{
color: #4E4D53;
}
.AnyTagClassName
{
color: #4E4D53;
}
</style>
background-color css
<style>
a { background-color: #4E4D53; }
a { background-color: rgb(78,77,83); }
div.DivClassName
{
background-color: #4E4D53;
}
.BgClassName
{
background-color: #4E4D53;
}
</style>
border-color css
<style>
span { border-color: #4E4D53; }
span { border-color: rgb(78,77,83); }
td.TdClassName
{
border-color: #4E4D53;
}
.TagClassName
{
border-color: #4E4D53;
}
</style>