Shades of Gun Powder #4E4F62
Tints of Gun Powder #4E4F62
RGB
CMYK
RGB Variations
Color information
#4E4F62 (or 0x4E4F62) is known color: Gun Powder. HEX triplet: 4E, 4F and 62. RGB value is (78,79,98). Sum of RGB (Red+Green+Blue) = 78+79+98=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E4F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F62 is #B1B09D. Grayscale: #505050. Windows color (decimal): -11645086 or 6442830. OLE color: 6442830.
HSL color Cylindrical-coordinate representation of color #4E4F62: hue angle of 237º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E4F62 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 79 | 98 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.62 |
| HSL | 237º | 0.11% | 0.35% | - |
| HSV(B) | 237º | 0.2% | 0.38% | - |
| XYZ | 8.14 | 8.09 | 12.69 | - |
| YUV | 80.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 98 | 0.20 | 0.19 | 0 | 0.62 | 237 | 0.11 | 0.35 |
| Hex | 4E | 4F | 62 | 14 | 13 | 0 | 3E | ED | B | 23 |
| Octal | 116 | 117 | 142 | 24 | 23 | 0 | 76 | 355 | 13 | 43 |
| Binary | 1001110 | 1001111 | 1100010 | 10100 | 10011 | 0 | 111110 | 11101101 | 1011 | 100011 |
Color Harmonies of #4E4F62
Complementary color
Monochromatic Colors of #4E4F62
Black with #4E4F62
Text Example
Text Example
White with #4E4F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F62; }
p { color: rgb(78,79,98); }
H1.HeaderClassName
{
color: #4E4F62;
}
.AnyTagClassName
{
color: #4E4F62;
}
</style>
background-color css
<style>
a { background-color: #4E4F62; }
a { background-color: rgb(78,79,98); }
div.DivClassName
{
background-color: #4E4F62;
}
.BgClassName
{
background-color: #4E4F62;
}
</style>
border-color css
<style>
span { border-color: #4E4F62; }
span { border-color: rgb(78,79,98); }
td.TdClassName
{
border-color: #4E4F62;
}
.TagClassName
{
border-color: #4E4F62;
}
</style>