Shades of Gun Powder #4F505B
Tints of Gun Powder #4F505B
RGB
CMYK
RGB Variations
Color information
#4F505B (or 0x4F505B) is known color: Gun Powder. HEX triplet: 4F, 50 and 5B. RGB value is (79,80,91). Sum of RGB (Red+Green+Blue) = 79+80+91=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F505B is #B0AFA4. Grayscale: #505050. Windows color (decimal): -11579301 or 5984335. OLE color: 5984335.
HSL color Cylindrical-coordinate representation of color #4F505B: hue angle of 235º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F505B is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 80 | 91 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.64 |
| HSL | 235º | 0.07% | 0.33% | - |
| HSV(B) | 235º | 0.13% | 0.36% | - |
| XYZ | 7.98 | 8.15 | 11.05 | - |
| YUV | 80.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 91 | 0.13 | 0.12 | 0 | 0.64 | 235 | 0.07 | 0.33 |
| Hex | 4F | 50 | 5B | D | C | 0 | 40 | EB | 7 | 21 |
| Octal | 117 | 120 | 133 | 15 | 14 | 0 | 100 | 353 | 7 | 41 |
| Binary | 1001111 | 1010000 | 1011011 | 1101 | 1100 | 0 | 1000000 | 11101011 | 111 | 100001 |
Color Harmonies of #4F505B
Complementary color
Monochromatic Colors of #4F505B
Black with #4F505B
Text Example
Text Example
White with #4F505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F505B; }
p { color: rgb(79,80,91); }
H1.HeaderClassName
{
color: #4F505B;
}
.AnyTagClassName
{
color: #4F505B;
}
</style>
background-color css
<style>
a { background-color: #4F505B; }
a { background-color: rgb(79,80,91); }
div.DivClassName
{
background-color: #4F505B;
}
.BgClassName
{
background-color: #4F505B;
}
</style>
border-color css
<style>
span { border-color: #4F505B; }
span { border-color: rgb(79,80,91); }
td.TdClassName
{
border-color: #4F505B;
}
.TagClassName
{
border-color: #4F505B;
}
</style>