Shades of Gun Powder #4D4D5D
Tints of Gun Powder #4D4D5D
RGB
CMYK
RGB Variations
Color information
#4D4D5D (or 0x4D4D5D) is known color: Gun Powder. HEX triplet: 4D, 4D and 5D. RGB value is (77,77,93). Sum of RGB (Red+Green+Blue) = 77+77+93=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D4D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4D5D is #B2B2A2. Grayscale: #4E4E4E. Windows color (decimal): -11711139 or 6114637. OLE color: 6114637.
HSL color Cylindrical-coordinate representation of color #4D4D5D: hue angle of 240º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D4D5D is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 77 | 77 | 93 | - |
CMYK | 0.17 | 0.17 | 0 | 0.64 |
HSL | 240º | 0.09% | 0.33% | - |
HSV(B) | 240º | 0.17% | 0.36% | - |
XYZ | 7.69 | 7.68 | 11.43 | - |
YUV | 78.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 77 | 93 | 0.17 | 0.17 | 0 | 0.64 | 240 | 0.09 | 0.33 |
Hex | 4D | 4D | 5D | 11 | 11 | 0 | 40 | F0 | 9 | 21 |
Octal | 115 | 115 | 135 | 21 | 21 | 0 | 100 | 360 | 11 | 41 |
Binary | 1001101 | 1001101 | 1011101 | 10001 | 10001 | 0 | 1000000 | 11110000 | 1001 | 100001 |
Color Harmonies of #4D4D5D
Complementary color
Monochromatic Colors of #4D4D5D
Black with #4D4D5D
Text Example
Text Example
White with #4D4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4D5D; }
p { color: rgb(77,77,93); }
H1.HeaderClassName
{
color: #4D4D5D;
}
.AnyTagClassName
{
color: #4D4D5D;
}
</style>
background-color css
<style>
a { background-color: #4D4D5D; }
a { background-color: rgb(77,77,93); }
div.DivClassName
{
background-color: #4D4D5D;
}
.BgClassName
{
background-color: #4D4D5D;
}
</style>
border-color css
<style>
span { border-color: #4D4D5D; }
span { border-color: rgb(77,77,93); }
td.TdClassName
{
border-color: #4D4D5D;
}
.TagClassName
{
border-color: #4D4D5D;
}
</style>