Shades of Gun Powder #48485E
Tints of Gun Powder #48485E
RGB
CMYK
RGB Variations
Color information
#48485E (or 0x48485E) is known color: Gun Powder. HEX triplet: 48, 48 and 5E. RGB value is (72,72,94). Sum of RGB (Red+Green+Blue) = 72+72+94=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #48485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48485E is #B7B7A1. Grayscale: #4A4A4A. Windows color (decimal): -12040098 or 6178888. OLE color: 6178888.
HSL color Cylindrical-coordinate representation of color #48485E: hue angle of 240º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48485E is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 72 | 94 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.63 |
| HSL | 240º | 0.13% | 0.33% | - |
| HSV(B) | 240º | 0.23% | 0.37% | - |
| XYZ | 7.01 | 6.82 | 11.54 | - |
| YUV | 74.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 94 | 0.23 | 0.23 | 0 | 0.63 | 240 | 0.13 | 0.33 |
| Hex | 48 | 48 | 5E | 17 | 17 | 0 | 3F | F0 | D | 21 |
| Octal | 110 | 110 | 136 | 27 | 27 | 0 | 77 | 360 | 15 | 41 |
| Binary | 1001000 | 1001000 | 1011110 | 10111 | 10111 | 0 | 111111 | 11110000 | 1101 | 100001 |
Color Harmonies of #48485E
Complementary color
Monochromatic Colors of #48485E
Black with #48485E
Text Example
Text Example
White with #48485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48485E; }
p { color: rgb(72,72,94); }
H1.HeaderClassName
{
color: #48485E;
}
.AnyTagClassName
{
color: #48485E;
}
</style>
background-color css
<style>
a { background-color: #48485E; }
a { background-color: rgb(72,72,94); }
div.DivClassName
{
background-color: #48485E;
}
.BgClassName
{
background-color: #48485E;
}
</style>
border-color css
<style>
span { border-color: #48485E; }
span { border-color: rgb(72,72,94); }
td.TdClassName
{
border-color: #48485E;
}
.TagClassName
{
border-color: #48485E;
}
</style>