Shades of Gun Powder #4C4A5D
Tints of Gun Powder #4C4A5D
RGB
CMYK
RGB Variations
Color information
#4C4A5D (or 0x4C4A5D) is known color: Gun Powder. HEX triplet: 4C, 4A and 5D. RGB value is (76,74,93). Sum of RGB (Red+Green+Blue) = 76+74+93=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C4A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4A5D is #B3B5A2. Grayscale: #4C4C4C. Windows color (decimal): -11777443 or 6113868. OLE color: 6113868.
HSL color Cylindrical-coordinate representation of color #4C4A5D: hue angle of 246.32º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C4A5D is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 74 | 93 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.64 |
| HSL | 246.32º | 0.11% | 0.33% | - |
| HSV(B) | 246.32º | 0.2% | 0.36% | - |
| XYZ | 7.41 | 7.22 | 11.36 | - |
| YUV | 76.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 93 | 0.18 | 0.20 | 0 | 0.64 | 246.32 | 0.11 | 0.33 |
| Hex | 4C | 4A | 5D | 12 | 14 | 0 | 40 | F6 | B | 21 |
| Octal | 114 | 112 | 135 | 22 | 24 | 0 | 100 | 366 | 13 | 41 |
| Binary | 1001100 | 1001010 | 1011101 | 10010 | 10100 | 0 | 1000000 | 11110110 | 1011 | 100001 |
Color Harmonies of #4C4A5D
Complementary color
Monochromatic Colors of #4C4A5D
Black with #4C4A5D
Text Example
Text Example
White with #4C4A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A5D; }
p { color: rgb(76,74,93); }
H1.HeaderClassName
{
color: #4C4A5D;
}
.AnyTagClassName
{
color: #4C4A5D;
}
</style>
background-color css
<style>
a { background-color: #4C4A5D; }
a { background-color: rgb(76,74,93); }
div.DivClassName
{
background-color: #4C4A5D;
}
.BgClassName
{
background-color: #4C4A5D;
}
</style>
border-color css
<style>
span { border-color: #4C4A5D; }
span { border-color: rgb(76,74,93); }
td.TdClassName
{
border-color: #4C4A5D;
}
.TagClassName
{
border-color: #4C4A5D;
}
</style>