Shades of Gun Powder #484A5E
Tints of Gun Powder #484A5E
RGB
CMYK
RGB Variations
Color information
#484A5E (or 0x484A5E) is known color: Gun Powder. HEX triplet: 48, 4A and 5E. RGB value is (72,74,94). Sum of RGB (Red+Green+Blue) = 72+74+94=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #484A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A5E is #B7B5A1. Grayscale: #4B4B4B. Windows color (decimal): -12039586 or 6179400. OLE color: 6179400.
HSL color Cylindrical-coordinate representation of color #484A5E: hue angle of 234.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484A5E is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 74 | 94 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.63 |
| HSL | 234.55º | 0.13% | 0.33% | - |
| HSV(B) | 234.55º | 0.23% | 0.37% | - |
| XYZ | 7.14 | 7.08 | 11.58 | - |
| YUV | 75.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 94 | 0.23 | 0.21 | 0 | 0.63 | 234.55 | 0.13 | 0.33 |
| Hex | 48 | 4A | 5E | 17 | 15 | 0 | 3F | EB | D | 21 |
| Octal | 110 | 112 | 136 | 27 | 25 | 0 | 77 | 353 | 15 | 41 |
| Binary | 1001000 | 1001010 | 1011110 | 10111 | 10101 | 0 | 111111 | 11101011 | 1101 | 100001 |
Color Harmonies of #484A5E
Complementary color
Monochromatic Colors of #484A5E
Black with #484A5E
Text Example
Text Example
White with #484A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A5E; }
p { color: rgb(72,74,94); }
H1.HeaderClassName
{
color: #484A5E;
}
.AnyTagClassName
{
color: #484A5E;
}
</style>
background-color css
<style>
a { background-color: #484A5E; }
a { background-color: rgb(72,74,94); }
div.DivClassName
{
background-color: #484A5E;
}
.BgClassName
{
background-color: #484A5E;
}
</style>
border-color css
<style>
span { border-color: #484A5E; }
span { border-color: rgb(72,74,94); }
td.TdClassName
{
border-color: #484A5E;
}
.TagClassName
{
border-color: #484A5E;
}
</style>