Shades of Gun Powder #4F5059
Tints of Gun Powder #4F5059
RGB
CMYK
RGB Variations
Color information
#4F5059 (or 0x4F5059) is known color: Gun Powder. HEX triplet: 4F, 50 and 59. RGB value is (79,80,89). Sum of RGB (Red+Green+Blue) = 79+80+89=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F5059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5059 is #B0AFA6. Grayscale: #505050. Windows color (decimal): -11579303 or 5853263. OLE color: 5853263.
HSL color Cylindrical-coordinate representation of color #4F5059: hue angle of 234º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F5059 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 80 | 89 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.65 |
| HSL | 234º | 0.06% | 0.33% | - |
| HSV(B) | 234º | 0.11% | 0.35% | - |
| XYZ | 7.9 | 8.12 | 10.6 | - |
| YUV | 80.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 89 | 0.11 | 0.10 | 0 | 0.65 | 234 | 0.06 | 0.33 |
| Hex | 4F | 50 | 59 | B | A | 0 | 41 | EA | 6 | 21 |
| Octal | 117 | 120 | 131 | 13 | 12 | 0 | 101 | 352 | 6 | 41 |
| Binary | 1001111 | 1010000 | 1011001 | 1011 | 1010 | 0 | 1000001 | 11101010 | 110 | 100001 |
Color Harmonies of #4F5059
Complementary color
Monochromatic Colors of #4F5059
Black with #4F5059
Text Example
Text Example
White with #4F5059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5059; }
p { color: rgb(79,80,89); }
H1.HeaderClassName
{
color: #4F5059;
}
.AnyTagClassName
{
color: #4F5059;
}
</style>
background-color css
<style>
a { background-color: #4F5059; }
a { background-color: rgb(79,80,89); }
div.DivClassName
{
background-color: #4F5059;
}
.BgClassName
{
background-color: #4F5059;
}
</style>
border-color css
<style>
span { border-color: #4F5059; }
span { border-color: rgb(79,80,89); }
td.TdClassName
{
border-color: #4F5059;
}
.TagClassName
{
border-color: #4F5059;
}
</style>