Shades of Gun Powder #4A4855
Tints of Gun Powder #4A4855
RGB
CMYK
RGB Variations
Color information
#4A4855 (or 0x4A4855) is known color: Gun Powder. HEX triplet: 4A, 48 and 55. RGB value is (74,72,85). Sum of RGB (Red+Green+Blue) = 74+72+85=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4855 is #B5B7AA. Grayscale: #4A4A4A. Windows color (decimal): -11909035 or 5589066. OLE color: 5589066.
HSL color Cylindrical-coordinate representation of color #4A4855: hue angle of 249.23º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4A4855 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 72 | 85 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.67 |
| HSL | 249.23º | 0.08% | 0.31% | - |
| HSV(B) | 249.23º | 0.15% | 0.33% | - |
| XYZ | 6.78 | 6.75 | 9.54 | - |
| YUV | 74.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 72 | 85 | 0.13 | 0.15 | 0 | 0.67 | 249.23 | 0.08 | 0.31 |
| Hex | 4A | 48 | 55 | D | F | 0 | 43 | F9 | 8 | 1F |
| Octal | 112 | 110 | 125 | 15 | 17 | 0 | 103 | 371 | 10 | 37 |
| Binary | 1001010 | 1001000 | 1010101 | 1101 | 1111 | 0 | 1000011 | 11111001 | 1000 | 11111 |
Color Harmonies of #4A4855
Complementary color
Monochromatic Colors of #4A4855
Black with #4A4855
Text Example
Text Example
White with #4A4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4855; }
p { color: rgb(74,72,85); }
H1.HeaderClassName
{
color: #4A4855;
}
.AnyTagClassName
{
color: #4A4855;
}
</style>
background-color css
<style>
a { background-color: #4A4855; }
a { background-color: rgb(74,72,85); }
div.DivClassName
{
background-color: #4A4855;
}
.BgClassName
{
background-color: #4A4855;
}
</style>
border-color css
<style>
span { border-color: #4A4855; }
span { border-color: rgb(74,72,85); }
td.TdClassName
{
border-color: #4A4855;
}
.TagClassName
{
border-color: #4A4855;
}
</style>