Shades of Gun Powder #4C4C4F
Tints of Gun Powder #4C4C4F
RGB
CMYK
RGB Variations
Color information
#4C4C4F (or 0x4C4C4F) is known color: Gun Powder. HEX triplet: 4C, 4C and 4F. RGB value is (76,76,79). Sum of RGB (Red+Green+Blue) = 76+76+79=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C4C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4C4F is #B3B3B0. Grayscale: #4C4C4C. Windows color (decimal): -11776945 or 5196876. OLE color: 5196876.
HSL color Cylindrical-coordinate representation of color #4C4C4F: hue angle of 240º degrees, saturation: 0.02, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4C4C4F is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
RGB | 76 | 76 | 79 | - |
CMYK | 0.04 | 0.04 | 0 | 0.69 |
HSL | 240º | 0.02% | 0.3% | - |
HSV(B) | 240º | 0.04% | 0.31% | - |
XYZ | 6.98 | 7.27 | 8.43 | - |
YUV | 76.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 76 | 76 | 79 | 0.04 | 0.04 | 0 | 0.69 | 240 | 0.02 | 0.3 |
Hex | 4C | 4C | 4F | 4 | 4 | 0 | 45 | F0 | 2 | 1E |
Octal | 114 | 114 | 117 | 4 | 4 | 0 | 105 | 360 | 2 | 36 |
Binary | 1001100 | 1001100 | 1001111 | 100 | 100 | 0 | 1000101 | 11110000 | 10 | 11110 |
Color Harmonies of #4C4C4F
Complementary color
Monochromatic Colors of #4C4C4F
Black with #4C4C4F
Text Example
Text Example
White with #4C4C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4C4F; }
p { color: rgb(76,76,79); }
H1.HeaderClassName
{
color: #4C4C4F;
}
.AnyTagClassName
{
color: #4C4C4F;
}
</style>
background-color css
<style>
a { background-color: #4C4C4F; }
a { background-color: rgb(76,76,79); }
div.DivClassName
{
background-color: #4C4C4F;
}
.BgClassName
{
background-color: #4C4C4F;
}
</style>
border-color css
<style>
span { border-color: #4C4C4F; }
span { border-color: rgb(76,76,79); }
td.TdClassName
{
border-color: #4C4C4F;
}
.TagClassName
{
border-color: #4C4C4F;
}
</style>