Shades of Gun Powder #48425C
Tints of Gun Powder #48425C
RGB
CMYK
RGB Variations
Color information
#48425C (or 0x48425C) is known color: Gun Powder. HEX triplet: 48, 42 and 5C. RGB value is (72,66,92). Sum of RGB (Red+Green+Blue) = 72+66+92=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #48425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48425C is #B7BDA3. Grayscale: #464646. Windows color (decimal): -12041636 or 6046280. OLE color: 6046280.
HSL color Cylindrical-coordinate representation of color #48425C: hue angle of 253.85º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48425C is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 66 | 92 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.64 |
| HSL | 253.85º | 0.16% | 0.31% | - |
| HSV(B) | 253.85º | 0.28% | 0.36% | - |
| XYZ | 6.55 | 6.05 | 10.95 | - |
| YUV | 70.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 92 | 0.22 | 0.28 | 0 | 0.64 | 253.85 | 0.16 | 0.31 |
| Hex | 48 | 42 | 5C | 16 | 1C | 0 | 40 | FE | 10 | 1F |
| Octal | 110 | 102 | 134 | 26 | 34 | 0 | 100 | 376 | 20 | 37 |
| Binary | 1001000 | 1000010 | 1011100 | 10110 | 11100 | 0 | 1000000 | 11111110 | 10000 | 11111 |
Color Harmonies of #48425C
Complementary color
Monochromatic Colors of #48425C
Black with #48425C
Text Example
Text Example
White with #48425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48425C; }
p { color: rgb(72,66,92); }
H1.HeaderClassName
{
color: #48425C;
}
.AnyTagClassName
{
color: #48425C;
}
</style>
background-color css
<style>
a { background-color: #48425C; }
a { background-color: rgb(72,66,92); }
div.DivClassName
{
background-color: #48425C;
}
.BgClassName
{
background-color: #48425C;
}
</style>
border-color css
<style>
span { border-color: #48425C; }
span { border-color: rgb(72,66,92); }
td.TdClassName
{
border-color: #48425C;
}
.TagClassName
{
border-color: #48425C;
}
</style>