Shades of Gun Powder #4F4E53
Tints of Gun Powder #4F4E53
RGB
CMYK
RGB Variations
Color information
#4F4E53 (or 0x4F4E53) is known color: Gun Powder. HEX triplet: 4F, 4E and 53. RGB value is (79,78,83). Sum of RGB (Red+Green+Blue) = 79+78+83=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F4E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4E53 is #B0B1AC. Grayscale: #4E4E4E. Windows color (decimal): -11579821 or 5459535. OLE color: 5459535.
HSL color Cylindrical-coordinate representation of color #4F4E53: hue angle of 252º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4F4E53 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 78 | 83 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.67 |
| HSL | 252º | 0.03% | 0.32% | - |
| HSV(B) | 252º | 0.06% | 0.33% | - |
| XYZ | 7.51 | 7.74 | 9.28 | - |
| YUV | 78.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 83 | 0.05 | 0.06 | 0 | 0.67 | 252 | 0.03 | 0.32 |
| Hex | 4F | 4E | 53 | 5 | 6 | 0 | 43 | FC | 3 | 20 |
| Octal | 117 | 116 | 123 | 5 | 6 | 0 | 103 | 374 | 3 | 40 |
| Binary | 1001111 | 1001110 | 1010011 | 101 | 110 | 0 | 1000011 | 11111100 | 11 | 100000 |
Color Harmonies of #4F4E53
Complementary color
Monochromatic Colors of #4F4E53
Black with #4F4E53
Text Example
Text Example
White with #4F4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4E53; }
p { color: rgb(79,78,83); }
H1.HeaderClassName
{
color: #4F4E53;
}
.AnyTagClassName
{
color: #4F4E53;
}
</style>
background-color css
<style>
a { background-color: #4F4E53; }
a { background-color: rgb(79,78,83); }
div.DivClassName
{
background-color: #4F4E53;
}
.BgClassName
{
background-color: #4F4E53;
}
</style>
border-color css
<style>
span { border-color: #4F4E53; }
span { border-color: rgb(79,78,83); }
td.TdClassName
{
border-color: #4F4E53;
}
.TagClassName
{
border-color: #4F4E53;
}
</style>