Shades of Gun Powder #48455E
Tints of Gun Powder #48455E
RGB
CMYK
RGB Variations
Color information
#48455E (or 0x48455E) is known color: Gun Powder. HEX triplet: 48, 45 and 5E. RGB value is (72,69,94). Sum of RGB (Red+Green+Blue) = 72+69+94=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #48455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48455E is #B7BAA1. Grayscale: #484848. Windows color (decimal): -12040866 or 6178120. OLE color: 6178120.
HSL color Cylindrical-coordinate representation of color #48455E: hue angle of 247.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48455E is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 69 | 94 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.63 |
| HSL | 247.2º | 0.15% | 0.32% | - |
| HSV(B) | 247.2º | 0.27% | 0.37% | - |
| XYZ | 6.82 | 6.44 | 11.47 | - |
| YUV | 72.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 94 | 0.23 | 0.27 | 0 | 0.63 | 247.2 | 0.15 | 0.32 |
| Hex | 48 | 45 | 5E | 17 | 1B | 0 | 3F | F7 | F | 20 |
| Octal | 110 | 105 | 136 | 27 | 33 | 0 | 77 | 367 | 17 | 40 |
| Binary | 1001000 | 1000101 | 1011110 | 10111 | 11011 | 0 | 111111 | 11110111 | 1111 | 100000 |
Color Harmonies of #48455E
Complementary color
Monochromatic Colors of #48455E
Black with #48455E
Text Example
Text Example
White with #48455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48455E; }
p { color: rgb(72,69,94); }
H1.HeaderClassName
{
color: #48455E;
}
.AnyTagClassName
{
color: #48455E;
}
</style>
background-color css
<style>
a { background-color: #48455E; }
a { background-color: rgb(72,69,94); }
div.DivClassName
{
background-color: #48455E;
}
.BgClassName
{
background-color: #48455E;
}
</style>
border-color css
<style>
span { border-color: #48455E; }
span { border-color: rgb(72,69,94); }
td.TdClassName
{
border-color: #48455E;
}
.TagClassName
{
border-color: #48455E;
}
</style>