Shades of Gun Powder #4C4B51
Tints of Gun Powder #4C4B51
RGB
CMYK
RGB Variations
Color information
#4C4B51 (or 0x4C4B51) is known color: Gun Powder. HEX triplet: 4C, 4B and 51. RGB value is (76,75,81). Sum of RGB (Red+Green+Blue) = 76+75+81=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C4B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4B51 is #B3B4AE. Grayscale: #4B4B4B. Windows color (decimal): -11777199 or 5327692. OLE color: 5327692.
HSL color Cylindrical-coordinate representation of color #4C4B51: hue angle of 250º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4C4B51 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 75 | 81 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.68 |
| HSL | 250º | 0.04% | 0.31% | - |
| HSV(B) | 250º | 0.07% | 0.32% | - |
| XYZ | 6.98 | 7.16 | 8.8 | - |
| YUV | 75.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 81 | 0.06 | 0.07 | 0 | 0.68 | 250 | 0.04 | 0.31 |
| Hex | 4C | 4B | 51 | 6 | 7 | 0 | 44 | FA | 4 | 1F |
| Octal | 114 | 113 | 121 | 6 | 7 | 0 | 104 | 372 | 4 | 37 |
| Binary | 1001100 | 1001011 | 1010001 | 110 | 111 | 0 | 1000100 | 11111010 | 100 | 11111 |
Color Harmonies of #4C4B51
Complementary color
Monochromatic Colors of #4C4B51
Black with #4C4B51
Text Example
Text Example
White with #4C4B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4B51; }
p { color: rgb(76,75,81); }
H1.HeaderClassName
{
color: #4C4B51;
}
.AnyTagClassName
{
color: #4C4B51;
}
</style>
background-color css
<style>
a { background-color: #4C4B51; }
a { background-color: rgb(76,75,81); }
div.DivClassName
{
background-color: #4C4B51;
}
.BgClassName
{
background-color: #4C4B51;
}
</style>
border-color css
<style>
span { border-color: #4C4B51; }
span { border-color: rgb(76,75,81); }
td.TdClassName
{
border-color: #4C4B51;
}
.TagClassName
{
border-color: #4C4B51;
}
</style>