Shades of Gun Powder #4D4E5D
Tints of Gun Powder #4D4E5D
RGB
CMYK
RGB Variations
Color information
#4D4E5D (or 0x4D4E5D) is known color: Gun Powder. HEX triplet: 4D, 4E and 5D. RGB value is (77,78,93). Sum of RGB (Red+Green+Blue) = 77+78+93=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D4E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D4E5D is #B2B1A2. Grayscale: #4F4F4F. Windows color (decimal): -11710883 or 6114893. OLE color: 6114893.
HSL color Cylindrical-coordinate representation of color #4D4E5D: hue angle of 236.25º 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 #4D4E5D is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 77 | 78 | 93 | - |
CMYK | 0.17 | 0.16 | 0 | 0.64 |
HSL | 236.25º | 0.09% | 0.33% | - |
HSV(B) | 236.25º | 0.17% | 0.36% | - |
XYZ | 7.76 | 7.82 | 11.46 | - |
YUV | 79.41 | 135.67 | 126.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 78 | 93 | 0.17 | 0.16 | 0 | 0.64 | 236.25 | 0.09 | 0.33 |
Hex | 4D | 4E | 5D | 11 | 10 | 0 | 40 | EC | 9 | 21 |
Octal | 115 | 116 | 135 | 21 | 20 | 0 | 100 | 354 | 11 | 41 |
Binary | 1001101 | 1001110 | 1011101 | 10001 | 10000 | 0 | 1000000 | 11101100 | 1001 | 100001 |
Color Harmonies of #4D4E5D
Complementary color
Monochromatic Colors of #4D4E5D
Black with #4D4E5D
Text Example
Text Example
White with #4D4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4E5D; }
p { color: rgb(77,78,93); }
H1.HeaderClassName
{
color: #4D4E5D;
}
.AnyTagClassName
{
color: #4D4E5D;
}
</style>
background-color css
<style>
a { background-color: #4D4E5D; }
a { background-color: rgb(77,78,93); }
div.DivClassName
{
background-color: #4D4E5D;
}
.BgClassName
{
background-color: #4D4E5D;
}
</style>
border-color css
<style>
span { border-color: #4D4E5D; }
span { border-color: rgb(77,78,93); }
td.TdClassName
{
border-color: #4D4E5D;
}
.TagClassName
{
border-color: #4D4E5D;
}
</style>