Shades of Gun Powder #484759
Tints of Gun Powder #484759
RGB
CMYK
RGB Variations
Color information
#484759 (or 0x484759) is known color: Gun Powder. HEX triplet: 48, 47 and 59. RGB value is (72,71,89). Sum of RGB (Red+Green+Blue) = 72+71+89=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #484759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484759 is #B7B8A6. Grayscale: #494949. Windows color (decimal): -12040359 or 5850952. OLE color: 5850952.
HSL color Cylindrical-coordinate representation of color #484759: hue angle of 243.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #484759 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 71 | 89 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.65 |
| HSL | 243.33º | 0.11% | 0.31% | - |
| HSV(B) | 243.33º | 0.2% | 0.35% | - |
| XYZ | 6.73 | 6.61 | 10.37 | - |
| YUV | 73.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 89 | 0.19 | 0.20 | 0 | 0.65 | 243.33 | 0.11 | 0.31 |
| Hex | 48 | 47 | 59 | 13 | 14 | 0 | 41 | F3 | B | 1F |
| Octal | 110 | 107 | 131 | 23 | 24 | 0 | 101 | 363 | 13 | 37 |
| Binary | 1001000 | 1000111 | 1011001 | 10011 | 10100 | 0 | 1000001 | 11110011 | 1011 | 11111 |
Color Harmonies of #484759
Complementary color
Monochromatic Colors of #484759
Black with #484759
Text Example
Text Example
White with #484759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484759; }
p { color: rgb(72,71,89); }
H1.HeaderClassName
{
color: #484759;
}
.AnyTagClassName
{
color: #484759;
}
</style>
background-color css
<style>
a { background-color: #484759; }
a { background-color: rgb(72,71,89); }
div.DivClassName
{
background-color: #484759;
}
.BgClassName
{
background-color: #484759;
}
</style>
border-color css
<style>
span { border-color: #484759; }
span { border-color: rgb(72,71,89); }
td.TdClassName
{
border-color: #484759;
}
.TagClassName
{
border-color: #484759;
}
</style>