Shades of Gun Powder #4B4A60
Tints of Gun Powder #4B4A60
RGB
CMYK
RGB Variations
Color information
#4B4A60 (or 0x4B4A60) is known color: Gun Powder. HEX triplet: 4B, 4A and 60. RGB value is (75,74,96). Sum of RGB (Red+Green+Blue) = 75+74+96=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B4A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4A60 is #B4B59F. Grayscale: #4C4C4C. Windows color (decimal): -11842976 or 6310475. OLE color: 6310475.
HSL color Cylindrical-coordinate representation of color #4B4A60: hue angle of 242.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B4A60 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 74 | 96 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.62 |
| HSL | 242.73º | 0.13% | 0.33% | - |
| HSV(B) | 242.73º | 0.23% | 0.38% | - |
| XYZ | 7.46 | 7.24 | 12.07 | - |
| YUV | 76.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 74 | 96 | 0.22 | 0.23 | 0 | 0.62 | 242.73 | 0.13 | 0.33 |
| Hex | 4B | 4A | 60 | 16 | 17 | 0 | 3E | F3 | D | 21 |
| Octal | 113 | 112 | 140 | 26 | 27 | 0 | 76 | 363 | 15 | 41 |
| Binary | 1001011 | 1001010 | 1100000 | 10110 | 10111 | 0 | 111110 | 11110011 | 1101 | 100001 |
Color Harmonies of #4B4A60
Complementary color
Monochromatic Colors of #4B4A60
Black with #4B4A60
Text Example
Text Example
White with #4B4A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4A60; }
p { color: rgb(75,74,96); }
H1.HeaderClassName
{
color: #4B4A60;
}
.AnyTagClassName
{
color: #4B4A60;
}
</style>
background-color css
<style>
a { background-color: #4B4A60; }
a { background-color: rgb(75,74,96); }
div.DivClassName
{
background-color: #4B4A60;
}
.BgClassName
{
background-color: #4B4A60;
}
</style>
border-color css
<style>
span { border-color: #4B4A60; }
span { border-color: rgb(75,74,96); }
td.TdClassName
{
border-color: #4B4A60;
}
.TagClassName
{
border-color: #4B4A60;
}
</style>