Shades of Gun Powder #4C4959
Tints of Gun Powder #4C4959
RGB
CMYK
RGB Variations
Color information
#4C4959 (or 0x4C4959) is known color: Gun Powder. HEX triplet: 4C, 49 and 59. RGB value is (76,73,89). Sum of RGB (Red+Green+Blue) = 76+73+89=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C4959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4959 is #B3B6A6. Grayscale: #4B4B4B. Windows color (decimal): -11777703 or 5851468. OLE color: 5851468.
HSL color Cylindrical-coordinate representation of color #4C4959: hue angle of 251.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C4959 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 73 | 89 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.65 |
| HSL | 251.25º | 0.1% | 0.32% | - |
| HSV(B) | 251.25º | 0.18% | 0.35% | - |
| XYZ | 7.17 | 7.02 | 10.43 | - |
| YUV | 75.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 89 | 0.15 | 0.18 | 0 | 0.65 | 251.25 | 0.1 | 0.32 |
| Hex | 4C | 49 | 59 | F | 12 | 0 | 41 | FB | A | 20 |
| Octal | 114 | 111 | 131 | 17 | 22 | 0 | 101 | 373 | 12 | 40 |
| Binary | 1001100 | 1001001 | 1011001 | 1111 | 10010 | 0 | 1000001 | 11111011 | 1010 | 100000 |
Color Harmonies of #4C4959
Complementary color
Monochromatic Colors of #4C4959
Black with #4C4959
Text Example
Text Example
White with #4C4959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4959; }
p { color: rgb(76,73,89); }
H1.HeaderClassName
{
color: #4C4959;
}
.AnyTagClassName
{
color: #4C4959;
}
</style>
background-color css
<style>
a { background-color: #4C4959; }
a { background-color: rgb(76,73,89); }
div.DivClassName
{
background-color: #4C4959;
}
.BgClassName
{
background-color: #4C4959;
}
</style>
border-color css
<style>
span { border-color: #4C4959; }
span { border-color: rgb(76,73,89); }
td.TdClassName
{
border-color: #4C4959;
}
.TagClassName
{
border-color: #4C4959;
}
</style>