Shades of Gun Powder #4C4C52
Tints of Gun Powder #4C4C52
RGB
CMYK
RGB Variations
Color information
#4C4C52 (or 0x4C4C52) is known color: Gun Powder. HEX triplet: 4C, 4C and 52. RGB value is (76,76,82). Sum of RGB (Red+Green+Blue) = 76+76+82=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C4C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4C52 is #B3B3AD. Grayscale: #4C4C4C. Windows color (decimal): -11776942 or 5393484. OLE color: 5393484.
HSL color Cylindrical-coordinate representation of color #4C4C52: hue angle of 240º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4C4C52 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 76 | 82 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.68 |
| HSL | 240º | 0.04% | 0.31% | - |
| HSV(B) | 240º | 0.07% | 0.32% | - |
| XYZ | 7.09 | 7.31 | 9.02 | - |
| YUV | 76.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 76 | 82 | 0.07 | 0.07 | 0 | 0.68 | 240 | 0.04 | 0.31 |
| Hex | 4C | 4C | 52 | 7 | 7 | 0 | 44 | F0 | 4 | 1F |
| Octal | 114 | 114 | 122 | 7 | 7 | 0 | 104 | 360 | 4 | 37 |
| Binary | 1001100 | 1001100 | 1010010 | 111 | 111 | 0 | 1000100 | 11110000 | 100 | 11111 |
Color Harmonies of #4C4C52
Complementary color
Monochromatic Colors of #4C4C52
Black with #4C4C52
Text Example
Text Example
White with #4C4C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4C52; }
p { color: rgb(76,76,82); }
H1.HeaderClassName
{
color: #4C4C52;
}
.AnyTagClassName
{
color: #4C4C52;
}
</style>
background-color css
<style>
a { background-color: #4C4C52; }
a { background-color: rgb(76,76,82); }
div.DivClassName
{
background-color: #4C4C52;
}
.BgClassName
{
background-color: #4C4C52;
}
</style>
border-color css
<style>
span { border-color: #4C4C52; }
span { border-color: rgb(76,76,82); }
td.TdClassName
{
border-color: #4C4C52;
}
.TagClassName
{
border-color: #4C4C52;
}
</style>