Shades of Gun Powder #4C4A5A
Tints of Gun Powder #4C4A5A
RGB
CMYK
RGB Variations
Color information
#4C4A5A (or 0x4C4A5A) is known color: Gun Powder. HEX triplet: 4C, 4A and 5A. RGB value is (76,74,90). Sum of RGB (Red+Green+Blue) = 76+74+90=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C4A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4A5A is #B3B5A5. Grayscale: #4C4C4C. Windows color (decimal): -11777446 or 5917260. OLE color: 5917260.
HSL color Cylindrical-coordinate representation of color #4C4A5A: hue angle of 247.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C4A5A is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 74 | 90 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.65 |
| HSL | 247.5º | 0.1% | 0.32% | - |
| HSV(B) | 247.5º | 0.18% | 0.35% | - |
| XYZ | 7.27 | 7.17 | 10.67 | - |
| YUV | 76.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 90 | 0.16 | 0.18 | 0 | 0.65 | 247.5 | 0.1 | 0.32 |
| Hex | 4C | 4A | 5A | 10 | 12 | 0 | 41 | F8 | A | 20 |
| Octal | 114 | 112 | 132 | 20 | 22 | 0 | 101 | 370 | 12 | 40 |
| Binary | 1001100 | 1001010 | 1011010 | 10000 | 10010 | 0 | 1000001 | 11111000 | 1010 | 100000 |
Color Harmonies of #4C4A5A
Complementary color
Monochromatic Colors of #4C4A5A
Black with #4C4A5A
Text Example
Text Example
White with #4C4A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A5A; }
p { color: rgb(76,74,90); }
H1.HeaderClassName
{
color: #4C4A5A;
}
.AnyTagClassName
{
color: #4C4A5A;
}
</style>
background-color css
<style>
a { background-color: #4C4A5A; }
a { background-color: rgb(76,74,90); }
div.DivClassName
{
background-color: #4C4A5A;
}
.BgClassName
{
background-color: #4C4A5A;
}
</style>
border-color css
<style>
span { border-color: #4C4A5A; }
span { border-color: rgb(76,74,90); }
td.TdClassName
{
border-color: #4C4A5A;
}
.TagClassName
{
border-color: #4C4A5A;
}
</style>