Shades of Gun Powder #4C4D55
Tints of Gun Powder #4C4D55
RGB
CMYK
RGB Variations
Color information
#4C4D55 (or 0x4C4D55) is known color: Gun Powder. HEX triplet: 4C, 4D and 55. RGB value is (76,77,85). Sum of RGB (Red+Green+Blue) = 76+77+85=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C4D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4D55 is #B3B2AA. Grayscale: #4D4D4D. Windows color (decimal): -11776683 or 5590348. OLE color: 5590348.
HSL color Cylindrical-coordinate representation of color #4C4D55: hue angle of 233.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C4D55 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 77 | 85 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.67 |
| HSL | 233.33º | 0.06% | 0.32% | - |
| HSV(B) | 233.33º | 0.11% | 0.33% | - |
| XYZ | 7.27 | 7.5 | 9.66 | - |
| YUV | 77.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 77 | 85 | 0.11 | 0.09 | 0 | 0.67 | 233.33 | 0.06 | 0.32 |
| Hex | 4C | 4D | 55 | B | 9 | 0 | 43 | E9 | 6 | 20 |
| Octal | 114 | 115 | 125 | 13 | 11 | 0 | 103 | 351 | 6 | 40 |
| Binary | 1001100 | 1001101 | 1010101 | 1011 | 1001 | 0 | 1000011 | 11101001 | 110 | 100000 |
Color Harmonies of #4C4D55
Complementary color
Monochromatic Colors of #4C4D55
Black with #4C4D55
Text Example
Text Example
White with #4C4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4D55; }
p { color: rgb(76,77,85); }
H1.HeaderClassName
{
color: #4C4D55;
}
.AnyTagClassName
{
color: #4C4D55;
}
</style>
background-color css
<style>
a { background-color: #4C4D55; }
a { background-color: rgb(76,77,85); }
div.DivClassName
{
background-color: #4C4D55;
}
.BgClassName
{
background-color: #4C4D55;
}
</style>
border-color css
<style>
span { border-color: #4C4D55; }
span { border-color: rgb(76,77,85); }
td.TdClassName
{
border-color: #4C4D55;
}
.TagClassName
{
border-color: #4C4D55;
}
</style>