Shades of Gun Powder #49455D
Tints of Gun Powder #49455D
RGB
CMYK
RGB Variations
Color information
#49455D (or 0x49455D) is known color: Gun Powder. HEX triplet: 49, 45 and 5D. RGB value is (73,69,93). Sum of RGB (Red+Green+Blue) = 73+69+93=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #49455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49455D is #B6BAA2. Grayscale: #484848. Windows color (decimal): -11975331 or 6112585. OLE color: 6112585.
HSL color Cylindrical-coordinate representation of color #49455D: hue angle of 250º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49455D is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 69 | 93 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.64 |
| HSL | 250º | 0.15% | 0.32% | - |
| HSV(B) | 250º | 0.26% | 0.36% | - |
| XYZ | 6.85 | 6.46 | 11.24 | - |
| YUV | 72.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 93 | 0.22 | 0.26 | 0 | 0.64 | 250 | 0.15 | 0.32 |
| Hex | 49 | 45 | 5D | 16 | 1A | 0 | 40 | FA | F | 20 |
| Octal | 111 | 105 | 135 | 26 | 32 | 0 | 100 | 372 | 17 | 40 |
| Binary | 1001001 | 1000101 | 1011101 | 10110 | 11010 | 0 | 1000000 | 11111010 | 1111 | 100000 |
Color Harmonies of #49455D
Complementary color
Monochromatic Colors of #49455D
Black with #49455D
Text Example
Text Example
White with #49455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49455D; }
p { color: rgb(73,69,93); }
H1.HeaderClassName
{
color: #49455D;
}
.AnyTagClassName
{
color: #49455D;
}
</style>
background-color css
<style>
a { background-color: #49455D; }
a { background-color: rgb(73,69,93); }
div.DivClassName
{
background-color: #49455D;
}
.BgClassName
{
background-color: #49455D;
}
</style>
border-color css
<style>
span { border-color: #49455D; }
span { border-color: rgb(73,69,93); }
td.TdClassName
{
border-color: #49455D;
}
.TagClassName
{
border-color: #49455D;
}
</style>