Shades of Gun Powder #4C4862
Tints of Gun Powder #4C4862
RGB
CMYK
RGB Variations
Color information
#4C4862 (or 0x4C4862) is known color: Gun Powder. HEX triplet: 4C, 48 and 62. RGB value is (76,72,98). Sum of RGB (Red+Green+Blue) = 76+72+98=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C4862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4862 is #B3B79D. Grayscale: #4C4C4C. Windows color (decimal): -11777950 or 6441036. OLE color: 6441036.
HSL color Cylindrical-coordinate representation of color #4C4862: hue angle of 249.23º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C4862 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 72 | 98 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.62 |
| HSL | 249.23º | 0.15% | 0.33% | - |
| HSV(B) | 249.23º | 0.27% | 0.38% | - |
| XYZ | 7.5 | 7.05 | 12.52 | - |
| YUV | 76.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 98 | 0.22 | 0.27 | 0 | 0.62 | 249.23 | 0.15 | 0.33 |
| Hex | 4C | 48 | 62 | 16 | 1B | 0 | 3E | F9 | F | 21 |
| Octal | 114 | 110 | 142 | 26 | 33 | 0 | 76 | 371 | 17 | 41 |
| Binary | 1001100 | 1001000 | 1100010 | 10110 | 11011 | 0 | 111110 | 11111001 | 1111 | 100001 |
Color Harmonies of #4C4862
Complementary color
Monochromatic Colors of #4C4862
Black with #4C4862
Text Example
Text Example
White with #4C4862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4862; }
p { color: rgb(76,72,98); }
H1.HeaderClassName
{
color: #4C4862;
}
.AnyTagClassName
{
color: #4C4862;
}
</style>
background-color css
<style>
a { background-color: #4C4862; }
a { background-color: rgb(76,72,98); }
div.DivClassName
{
background-color: #4C4862;
}
.BgClassName
{
background-color: #4C4862;
}
</style>
border-color css
<style>
span { border-color: #4C4862; }
span { border-color: rgb(76,72,98); }
td.TdClassName
{
border-color: #4C4862;
}
.TagClassName
{
border-color: #4C4862;
}
</style>