Shades of Gun Powder #4C4962
Tints of Gun Powder #4C4962
RGB
CMYK
RGB Variations
Color information
#4C4962 (or 0x4C4962) is known color: Gun Powder. HEX triplet: 4C, 49 and 62. RGB value is (76,73,98). Sum of RGB (Red+Green+Blue) = 76+73+98=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C4962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4962 is #B3B69D. Grayscale: #4C4C4C. Windows color (decimal): -11777694 or 6441292. OLE color: 6441292.
HSL color Cylindrical-coordinate representation of color #4C4962: hue angle of 247.2º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C4962 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 73 | 98 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.62 |
| HSL | 247.2º | 0.15% | 0.34% | - |
| HSV(B) | 247.2º | 0.26% | 0.38% | - |
| XYZ | 7.57 | 7.18 | 12.54 | - |
| YUV | 76.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 98 | 0.22 | 0.26 | 0 | 0.62 | 247.2 | 0.15 | 0.34 |
| Hex | 4C | 49 | 62 | 16 | 1A | 0 | 3E | F7 | F | 22 |
| Octal | 114 | 111 | 142 | 26 | 32 | 0 | 76 | 367 | 17 | 42 |
| Binary | 1001100 | 1001001 | 1100010 | 10110 | 11010 | 0 | 111110 | 11110111 | 1111 | 100010 |
Color Harmonies of #4C4962
Complementary color
Monochromatic Colors of #4C4962
Black with #4C4962
Text Example
Text Example
White with #4C4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4962; }
p { color: rgb(76,73,98); }
H1.HeaderClassName
{
color: #4C4962;
}
.AnyTagClassName
{
color: #4C4962;
}
</style>
background-color css
<style>
a { background-color: #4C4962; }
a { background-color: rgb(76,73,98); }
div.DivClassName
{
background-color: #4C4962;
}
.BgClassName
{
background-color: #4C4962;
}
</style>
border-color css
<style>
span { border-color: #4C4962; }
span { border-color: rgb(76,73,98); }
td.TdClassName
{
border-color: #4C4962;
}
.TagClassName
{
border-color: #4C4962;
}
</style>