Shades of Gun Powder #49484E
Tints of Gun Powder #49484E
RGB
CMYK
RGB Variations
Color information
#49484E (or 0x49484E) is known color: Gun Powder. HEX triplet: 49, 48 and 4E. RGB value is (73,72,78). Sum of RGB (Red+Green+Blue) = 73+72+78=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 78 - color contains mainly: blue. Hex color #49484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49484E is #B6B7B1. Grayscale: #484848. Windows color (decimal): -11974578 or 5130313. OLE color: 5130313.
HSL color Cylindrical-coordinate representation of color #49484E: hue angle of 250º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #49484E is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 72 | 78 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.69 |
| HSL | 250º | 0.04% | 0.29% | - |
| HSV(B) | 250º | 0.08% | 0.31% | - |
| XYZ | 6.44 | 6.6 | 8.14 | - |
| YUV | 72.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 78 | 0.06 | 0.08 | 0 | 0.69 | 250 | 0.04 | 0.29 |
| Hex | 49 | 48 | 4E | 6 | 8 | 0 | 45 | FA | 4 | 1D |
| Octal | 111 | 110 | 116 | 6 | 10 | 0 | 105 | 372 | 4 | 35 |
| Binary | 1001001 | 1001000 | 1001110 | 110 | 1000 | 0 | 1000101 | 11111010 | 100 | 11101 |
Color Harmonies of #49484E
Complementary color
Monochromatic Colors of #49484E
Black with #49484E
Text Example
Text Example
White with #49484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49484E; }
p { color: rgb(73,72,78); }
H1.HeaderClassName
{
color: #49484E;
}
.AnyTagClassName
{
color: #49484E;
}
</style>
background-color css
<style>
a { background-color: #49484E; }
a { background-color: rgb(73,72,78); }
div.DivClassName
{
background-color: #49484E;
}
.BgClassName
{
background-color: #49484E;
}
</style>
border-color css
<style>
span { border-color: #49484E; }
span { border-color: rgb(73,72,78); }
td.TdClassName
{
border-color: #49484E;
}
.TagClassName
{
border-color: #49484E;
}
</style>