Shades of Gun Powder #4D4C5D
Tints of Gun Powder #4D4C5D
RGB
CMYK
RGB Variations
Color information
#4D4C5D (or 0x4D4C5D) is known color: Gun Powder. HEX triplet: 4D, 4C and 5D. RGB value is (77,76,93). Sum of RGB (Red+Green+Blue) = 77+76+93=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D4C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4C5D is #B2B3A2. Grayscale: #4E4E4E. Windows color (decimal): -11711395 or 6114381. OLE color: 6114381.
HSL color Cylindrical-coordinate representation of color #4D4C5D: hue angle of 243.53º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D4C5D is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 77 | 76 | 93 | - |
CMYK | 0.17 | 0.18 | 0 | 0.64 |
HSL | 243.53º | 0.1% | 0.33% | - |
HSV(B) | 243.53º | 0.18% | 0.36% | - |
XYZ | 7.62 | 7.54 | 11.41 | - |
YUV | 78.24 | 136.33 | 127.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 76 | 93 | 0.17 | 0.18 | 0 | 0.64 | 243.53 | 0.1 | 0.33 |
Hex | 4D | 4C | 5D | 11 | 12 | 0 | 40 | F4 | A | 21 |
Octal | 115 | 114 | 135 | 21 | 22 | 0 | 100 | 364 | 12 | 41 |
Binary | 1001101 | 1001100 | 1011101 | 10001 | 10010 | 0 | 1000000 | 11110100 | 1010 | 100001 |
Color Harmonies of #4D4C5D
Complementary color
Monochromatic Colors of #4D4C5D
Black with #4D4C5D
Text Example
Text Example
White with #4D4C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4C5D; }
p { color: rgb(77,76,93); }
H1.HeaderClassName
{
color: #4D4C5D;
}
.AnyTagClassName
{
color: #4D4C5D;
}
</style>
background-color css
<style>
a { background-color: #4D4C5D; }
a { background-color: rgb(77,76,93); }
div.DivClassName
{
background-color: #4D4C5D;
}
.BgClassName
{
background-color: #4D4C5D;
}
</style>
border-color css
<style>
span { border-color: #4D4C5D; }
span { border-color: rgb(77,76,93); }
td.TdClassName
{
border-color: #4D4C5D;
}
.TagClassName
{
border-color: #4D4C5D;
}
</style>