Shades of Gun Powder #48495D
Tints of Gun Powder #48495D
RGB
CMYK
RGB Variations
Color information
#48495D (or 0x48495D) is known color: Gun Powder. HEX triplet: 48, 49 and 5D. RGB value is (72,73,93). Sum of RGB (Red+Green+Blue) = 72+73+93=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #48495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48495D is #B7B6A2. Grayscale: #4A4A4A. Windows color (decimal): -12039843 or 6113608. OLE color: 6113608.
HSL color Cylindrical-coordinate representation of color #48495D: hue angle of 237.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48495D is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 73 | 93 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.64 |
| HSL | 237.14º | 0.13% | 0.32% | - |
| HSV(B) | 237.14º | 0.23% | 0.36% | - |
| XYZ | 7.03 | 6.93 | 11.32 | - |
| YUV | 74.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 93 | 0.23 | 0.22 | 0 | 0.64 | 237.14 | 0.13 | 0.32 |
| Hex | 48 | 49 | 5D | 17 | 16 | 0 | 40 | ED | D | 20 |
| Octal | 110 | 111 | 135 | 27 | 26 | 0 | 100 | 355 | 15 | 40 |
| Binary | 1001000 | 1001001 | 1011101 | 10111 | 10110 | 0 | 1000000 | 11101101 | 1101 | 100000 |
Color Harmonies of #48495D
Complementary color
Monochromatic Colors of #48495D
Black with #48495D
Text Example
Text Example
White with #48495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48495D; }
p { color: rgb(72,73,93); }
H1.HeaderClassName
{
color: #48495D;
}
.AnyTagClassName
{
color: #48495D;
}
</style>
background-color css
<style>
a { background-color: #48495D; }
a { background-color: rgb(72,73,93); }
div.DivClassName
{
background-color: #48495D;
}
.BgClassName
{
background-color: #48495D;
}
</style>
border-color css
<style>
span { border-color: #48495D; }
span { border-color: rgb(72,73,93); }
td.TdClassName
{
border-color: #48495D;
}
.TagClassName
{
border-color: #48495D;
}
</style>