Shades of Gun Powder #4B4C56
Tints of Gun Powder #4B4C56
RGB
CMYK
RGB Variations
Color information
#4B4C56 (or 0x4B4C56) is known color: Gun Powder. HEX triplet: 4B, 4C and 56. RGB value is (75,76,86). Sum of RGB (Red+Green+Blue) = 75+76+86=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B4C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4C56 is #B4B3A9. Grayscale: #4C4C4C. Windows color (decimal): -11842474 or 5655627. OLE color: 5655627.
HSL color Cylindrical-coordinate representation of color #4B4C56: hue angle of 234.55º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B4C56 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 76 | 86 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.66 |
| HSL | 234.55º | 0.07% | 0.32% | - |
| HSV(B) | 234.55º | 0.13% | 0.34% | - |
| XYZ | 7.17 | 7.34 | 9.84 | - |
| YUV | 76.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 76 | 86 | 0.13 | 0.12 | 0 | 0.66 | 234.55 | 0.07 | 0.32 |
| Hex | 4B | 4C | 56 | D | C | 0 | 42 | EB | 7 | 20 |
| Octal | 113 | 114 | 126 | 15 | 14 | 0 | 102 | 353 | 7 | 40 |
| Binary | 1001011 | 1001100 | 1010110 | 1101 | 1100 | 0 | 1000010 | 11101011 | 111 | 100000 |
Color Harmonies of #4B4C56
Complementary color
Monochromatic Colors of #4B4C56
Black with #4B4C56
Text Example
Text Example
White with #4B4C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4C56; }
p { color: rgb(75,76,86); }
H1.HeaderClassName
{
color: #4B4C56;
}
.AnyTagClassName
{
color: #4B4C56;
}
</style>
background-color css
<style>
a { background-color: #4B4C56; }
a { background-color: rgb(75,76,86); }
div.DivClassName
{
background-color: #4B4C56;
}
.BgClassName
{
background-color: #4B4C56;
}
</style>
border-color css
<style>
span { border-color: #4B4C56; }
span { border-color: rgb(75,76,86); }
td.TdClassName
{
border-color: #4B4C56;
}
.TagClassName
{
border-color: #4B4C56;
}
</style>