Shades of Gun Powder #4C485D
Tints of Gun Powder #4C485D
RGB
CMYK
RGB Variations
Color information
#4C485D (or 0x4C485D) is known color: Gun Powder. HEX triplet: 4C, 48 and 5D. RGB value is (76,72,93). Sum of RGB (Red+Green+Blue) = 76+72+93=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C485D is #B3B7A2. Grayscale: #4B4B4B. Windows color (decimal): -11777955 or 6113356. OLE color: 6113356.
HSL color Cylindrical-coordinate representation of color #4C485D: hue angle of 251.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C485D is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 72 | 93 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.64 |
| HSL | 251.43º | 0.13% | 0.32% | - |
| HSV(B) | 251.43º | 0.23% | 0.36% | - |
| XYZ | 7.27 | 6.96 | 11.32 | - |
| YUV | 75.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 93 | 0.18 | 0.23 | 0 | 0.64 | 251.43 | 0.13 | 0.32 |
| Hex | 4C | 48 | 5D | 12 | 17 | 0 | 40 | FB | D | 20 |
| Octal | 114 | 110 | 135 | 22 | 27 | 0 | 100 | 373 | 15 | 40 |
| Binary | 1001100 | 1001000 | 1011101 | 10010 | 10111 | 0 | 1000000 | 11111011 | 1101 | 100000 |
Color Harmonies of #4C485D
Complementary color
Monochromatic Colors of #4C485D
Black with #4C485D
Text Example
Text Example
White with #4C485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C485D; }
p { color: rgb(76,72,93); }
H1.HeaderClassName
{
color: #4C485D;
}
.AnyTagClassName
{
color: #4C485D;
}
</style>
background-color css
<style>
a { background-color: #4C485D; }
a { background-color: rgb(76,72,93); }
div.DivClassName
{
background-color: #4C485D;
}
.BgClassName
{
background-color: #4C485D;
}
</style>
border-color css
<style>
span { border-color: #4C485D; }
span { border-color: rgb(76,72,93); }
td.TdClassName
{
border-color: #4C485D;
}
.TagClassName
{
border-color: #4C485D;
}
</style>