Shades of Gun Powder #4C4A53
Tints of Gun Powder #4C4A53
RGB
CMYK
RGB Variations
Color information
#4C4A53 (or 0x4C4A53) is known color: Gun Powder. HEX triplet: 4C, 4A and 53. RGB value is (76,74,83). Sum of RGB (Red+Green+Blue) = 76+74+83=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C4A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4A53 is #B3B5AC. Grayscale: #4B4B4B. Windows color (decimal): -11777453 or 5458508. OLE color: 5458508.
HSL color Cylindrical-coordinate representation of color #4C4A53: hue angle of 253.33º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C4A53 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 74 | 83 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.67 |
| HSL | 253.33º | 0.06% | 0.31% | - |
| HSV(B) | 253.33º | 0.11% | 0.33% | - |
| XYZ | 6.99 | 7.06 | 9.18 | - |
| YUV | 75.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 83 | 0.08 | 0.11 | 0 | 0.67 | 253.33 | 0.06 | 0.31 |
| Hex | 4C | 4A | 53 | 8 | B | 0 | 43 | FD | 6 | 1F |
| Octal | 114 | 112 | 123 | 10 | 13 | 0 | 103 | 375 | 6 | 37 |
| Binary | 1001100 | 1001010 | 1010011 | 1000 | 1011 | 0 | 1000011 | 11111101 | 110 | 11111 |
Color Harmonies of #4C4A53
Complementary color
Monochromatic Colors of #4C4A53
Black with #4C4A53
Text Example
Text Example
White with #4C4A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A53; }
p { color: rgb(76,74,83); }
H1.HeaderClassName
{
color: #4C4A53;
}
.AnyTagClassName
{
color: #4C4A53;
}
</style>
background-color css
<style>
a { background-color: #4C4A53; }
a { background-color: rgb(76,74,83); }
div.DivClassName
{
background-color: #4C4A53;
}
.BgClassName
{
background-color: #4C4A53;
}
</style>
border-color css
<style>
span { border-color: #4C4A53; }
span { border-color: rgb(76,74,83); }
td.TdClassName
{
border-color: #4C4A53;
}
.TagClassName
{
border-color: #4C4A53;
}
</style>