Shades of Gun Powder #484958
Tints of Gun Powder #484958
RGB
CMYK
RGB Variations
Color information
#484958 (or 0x484958) is known color: Gun Powder. HEX triplet: 48, 49 and 58. RGB value is (72,73,88). Sum of RGB (Red+Green+Blue) = 72+73+88=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #484958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484958 is #B7B6A7. Grayscale: #4A4A4A. Windows color (decimal): -12039848 or 5785928. OLE color: 5785928.
HSL color Cylindrical-coordinate representation of color #484958: hue angle of 236.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484958 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 73 | 88 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.65 |
| HSL | 236.25º | 0.1% | 0.31% | - |
| HSV(B) | 236.25º | 0.18% | 0.35% | - |
| XYZ | 6.82 | 6.85 | 10.19 | - |
| YUV | 74.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 88 | 0.18 | 0.17 | 0 | 0.65 | 236.25 | 0.1 | 0.31 |
| Hex | 48 | 49 | 58 | 12 | 11 | 0 | 41 | EC | A | 1F |
| Octal | 110 | 111 | 130 | 22 | 21 | 0 | 101 | 354 | 12 | 37 |
| Binary | 1001000 | 1001001 | 1011000 | 10010 | 10001 | 0 | 1000001 | 11101100 | 1010 | 11111 |
Color Harmonies of #484958
Complementary color
Monochromatic Colors of #484958
Black with #484958
Text Example
Text Example
White with #484958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484958; }
p { color: rgb(72,73,88); }
H1.HeaderClassName
{
color: #484958;
}
.AnyTagClassName
{
color: #484958;
}
</style>
background-color css
<style>
a { background-color: #484958; }
a { background-color: rgb(72,73,88); }
div.DivClassName
{
background-color: #484958;
}
.BgClassName
{
background-color: #484958;
}
</style>
border-color css
<style>
span { border-color: #484958; }
span { border-color: rgb(72,73,88); }
td.TdClassName
{
border-color: #484958;
}
.TagClassName
{
border-color: #484958;
}
</style>