Shades of Gun Powder #484554
Tints of Gun Powder #484554
RGB
CMYK
RGB Variations
Color information
#484554 (or 0x484554) is known color: Gun Powder. HEX triplet: 48, 45 and 54. RGB value is (72,69,84). Sum of RGB (Red+Green+Blue) = 72+69+84=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #484554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484554 is #B7BAAB. Grayscale: #474747. Windows color (decimal): -12040876 or 5522760. OLE color: 5522760.
HSL color Cylindrical-coordinate representation of color #484554: hue angle of 252º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484554 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 69 | 84 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.67 |
| HSL | 252º | 0.1% | 0.3% | - |
| HSV(B) | 252º | 0.18% | 0.33% | - |
| XYZ | 6.4 | 6.27 | 9.26 | - |
| YUV | 71.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 84 | 0.14 | 0.18 | 0 | 0.67 | 252 | 0.1 | 0.3 |
| Hex | 48 | 45 | 54 | E | 12 | 0 | 43 | FC | A | 1E |
| Octal | 110 | 105 | 124 | 16 | 22 | 0 | 103 | 374 | 12 | 36 |
| Binary | 1001000 | 1000101 | 1010100 | 1110 | 10010 | 0 | 1000011 | 11111100 | 1010 | 11110 |
Color Harmonies of #484554
Complementary color
Monochromatic Colors of #484554
Black with #484554
Text Example
Text Example
White with #484554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484554; }
p { color: rgb(72,69,84); }
H1.HeaderClassName
{
color: #484554;
}
.AnyTagClassName
{
color: #484554;
}
</style>
background-color css
<style>
a { background-color: #484554; }
a { background-color: rgb(72,69,84); }
div.DivClassName
{
background-color: #484554;
}
.BgClassName
{
background-color: #484554;
}
</style>
border-color css
<style>
span { border-color: #484554; }
span { border-color: rgb(72,69,84); }
td.TdClassName
{
border-color: #484554;
}
.TagClassName
{
border-color: #484554;
}
</style>