Shades of Gun Powder #4F4D60
Tints of Gun Powder #4F4D60
RGB
CMYK
RGB Variations
Color information
#4F4D60 (or 0x4F4D60) is known color: Gun Powder. HEX triplet: 4F, 4D and 60. RGB value is (79,77,96). Sum of RGB (Red+Green+Blue) = 79+77+96=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F4D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4D60 is #B0B29F. Grayscale: #4F4F4F. Windows color (decimal): -11580064 or 6311247. OLE color: 6311247.
HSL color Cylindrical-coordinate representation of color #4F4D60: hue angle of 246.32º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F4D60 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 77 | 96 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.62 |
| HSL | 246.32º | 0.11% | 0.34% | - |
| HSV(B) | 246.32º | 0.2% | 0.38% | - |
| XYZ | 7.99 | 7.81 | 12.15 | - |
| YUV | 79.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 96 | 0.18 | 0.20 | 0 | 0.62 | 246.32 | 0.11 | 0.34 |
| Hex | 4F | 4D | 60 | 12 | 14 | 0 | 3E | F6 | B | 22 |
| Octal | 117 | 115 | 140 | 22 | 24 | 0 | 76 | 366 | 13 | 42 |
| Binary | 1001111 | 1001101 | 1100000 | 10010 | 10100 | 0 | 111110 | 11110110 | 1011 | 100010 |
Color Harmonies of #4F4D60
Complementary color
Monochromatic Colors of #4F4D60
Black with #4F4D60
Text Example
Text Example
White with #4F4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4D60; }
p { color: rgb(79,77,96); }
H1.HeaderClassName
{
color: #4F4D60;
}
.AnyTagClassName
{
color: #4F4D60;
}
</style>
background-color css
<style>
a { background-color: #4F4D60; }
a { background-color: rgb(79,77,96); }
div.DivClassName
{
background-color: #4F4D60;
}
.BgClassName
{
background-color: #4F4D60;
}
</style>
border-color css
<style>
span { border-color: #4F4D60; }
span { border-color: rgb(79,77,96); }
td.TdClassName
{
border-color: #4F4D60;
}
.TagClassName
{
border-color: #4F4D60;
}
</style>