Shades of Gun Powder #48475E
Tints of Gun Powder #48475E
RGB
CMYK
RGB Variations
Color information
#48475E (or 0x48475E) is known color: Gun Powder. HEX triplet: 48, 47 and 5E. RGB value is (72,71,94). Sum of RGB (Red+Green+Blue) = 72+71+94=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #48475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48475E is #B7B8A1. Grayscale: #494949. Windows color (decimal): -12040354 or 6178632. OLE color: 6178632.
HSL color Cylindrical-coordinate representation of color #48475E: hue angle of 242.61º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #48475E is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 71 | 94 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.63 |
| HSL | 242.61º | 0.14% | 0.32% | - |
| HSV(B) | 242.61º | 0.24% | 0.37% | - |
| XYZ | 6.95 | 6.69 | 11.52 | - |
| YUV | 73.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 94 | 0.23 | 0.24 | 0 | 0.63 | 242.61 | 0.14 | 0.32 |
| Hex | 48 | 47 | 5E | 17 | 18 | 0 | 3F | F3 | E | 20 |
| Octal | 110 | 107 | 136 | 27 | 30 | 0 | 77 | 363 | 16 | 40 |
| Binary | 1001000 | 1000111 | 1011110 | 10111 | 11000 | 0 | 111111 | 11110011 | 1110 | 100000 |
Color Harmonies of #48475E
Complementary color
Monochromatic Colors of #48475E
Black with #48475E
Text Example
Text Example
White with #48475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48475E; }
p { color: rgb(72,71,94); }
H1.HeaderClassName
{
color: #48475E;
}
.AnyTagClassName
{
color: #48475E;
}
</style>
background-color css
<style>
a { background-color: #48475E; }
a { background-color: rgb(72,71,94); }
div.DivClassName
{
background-color: #48475E;
}
.BgClassName
{
background-color: #48475E;
}
</style>
border-color css
<style>
span { border-color: #48475E; }
span { border-color: rgb(72,71,94); }
td.TdClassName
{
border-color: #48475E;
}
.TagClassName
{
border-color: #48475E;
}
</style>