Shades of Gun Powder #484360
Tints of Gun Powder #484360
RGB
CMYK
RGB Variations
Color information
#484360 (or 0x484360) is known color: Gun Powder. HEX triplet: 48, 43 and 60. RGB value is (72,67,96). Sum of RGB (Red+Green+Blue) = 72+67+96=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #484360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484360 is #B7BC9F. Grayscale: #474747. Windows color (decimal): -12041376 or 6308680. OLE color: 6308680.
HSL color Cylindrical-coordinate representation of color #484360: hue angle of 250.34º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #484360 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 67 | 96 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.62 |
| HSL | 250.34º | 0.18% | 0.32% | - |
| HSV(B) | 250.34º | 0.3% | 0.38% | - |
| XYZ | 6.79 | 6.24 | 11.91 | - |
| YUV | 71.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 96 | 0.25 | 0.30 | 0 | 0.62 | 250.34 | 0.18 | 0.32 |
| Hex | 48 | 43 | 60 | 19 | 1E | 0 | 3E | FA | 12 | 20 |
| Octal | 110 | 103 | 140 | 31 | 36 | 0 | 76 | 372 | 22 | 40 |
| Binary | 1001000 | 1000011 | 1100000 | 11001 | 11110 | 0 | 111110 | 11111010 | 10010 | 100000 |
Color Harmonies of #484360
Complementary color
Monochromatic Colors of #484360
Black with #484360
Text Example
Text Example
White with #484360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484360; }
p { color: rgb(72,67,96); }
H1.HeaderClassName
{
color: #484360;
}
.AnyTagClassName
{
color: #484360;
}
</style>
background-color css
<style>
a { background-color: #484360; }
a { background-color: rgb(72,67,96); }
div.DivClassName
{
background-color: #484360;
}
.BgClassName
{
background-color: #484360;
}
</style>
border-color css
<style>
span { border-color: #484360; }
span { border-color: rgb(72,67,96); }
td.TdClassName
{
border-color: #484360;
}
.TagClassName
{
border-color: #484360;
}
</style>