Shades of Gun Powder #484A58
Tints of Gun Powder #484A58
RGB
CMYK
RGB Variations
Color information
#484A58 (or 0x484A58) is known color: Gun Powder. HEX triplet: 48, 4A and 58. RGB value is (72,74,88). Sum of RGB (Red+Green+Blue) = 72+74+88=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #484A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A58 is #B7B5A7. Grayscale: #4A4A4A. Windows color (decimal): -12039592 or 5786184. OLE color: 5786184.
HSL color Cylindrical-coordinate representation of color #484A58: hue angle of 232.5º 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 #484A58 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 74 | 88 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.65 |
| HSL | 232.5º | 0.1% | 0.31% | - |
| HSV(B) | 232.5º | 0.18% | 0.35% | - |
| XYZ | 6.88 | 6.98 | 10.22 | - |
| YUV | 75 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 88 | 0.18 | 0.16 | 0 | 0.65 | 232.5 | 0.1 | 0.31 |
| Hex | 48 | 4A | 58 | 12 | 10 | 0 | 41 | E8 | A | 1F |
| Octal | 110 | 112 | 130 | 22 | 20 | 0 | 101 | 350 | 12 | 37 |
| Binary | 1001000 | 1001010 | 1011000 | 10010 | 10000 | 0 | 1000001 | 11101000 | 1010 | 11111 |
Color Harmonies of #484A58
Complementary color
Monochromatic Colors of #484A58
Black with #484A58
Text Example
Text Example
White with #484A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A58; }
p { color: rgb(72,74,88); }
H1.HeaderClassName
{
color: #484A58;
}
.AnyTagClassName
{
color: #484A58;
}
</style>
background-color css
<style>
a { background-color: #484A58; }
a { background-color: rgb(72,74,88); }
div.DivClassName
{
background-color: #484A58;
}
.BgClassName
{
background-color: #484A58;
}
</style>
border-color css
<style>
span { border-color: #484A58; }
span { border-color: rgb(72,74,88); }
td.TdClassName
{
border-color: #484A58;
}
.TagClassName
{
border-color: #484A58;
}
</style>