Shades of Scarlet Gum #4E4256
Tints of Scarlet Gum #4E4256
RGB
CMYK
RGB Variations
Color information
#4E4256 (or 0x4E4256) is known color: Scarlet Gum. HEX triplet: 4E, 42 and 56. RGB value is (78,66,86). Sum of RGB (Red+Green+Blue) = 78+66+86=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 86 - color contains mainly: blue. Hex color #4E4256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4256 is #B1BDA9. Grayscale: #474747. Windows color (decimal): -11648426 or 5653070. OLE color: 5653070.
HSL color Cylindrical-coordinate representation of color #4E4256: hue angle of 276º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E4256 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 66 | 86 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.66 |
| HSL | 276º | 0.13% | 0.3% | - |
| HSV(B) | 276º | 0.23% | 0.34% | - |
| XYZ | 6.77 | 6.19 | 9.64 | - |
| YUV | 71.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 86 | 0.09 | 0.23 | 0 | 0.66 | 276 | 0.13 | 0.3 |
| Hex | 4E | 42 | 56 | 9 | 17 | 0 | 42 | 114 | D | 1E |
| Octal | 116 | 102 | 126 | 11 | 27 | 0 | 102 | 424 | 15 | 36 |
| Binary | 1001110 | 1000010 | 1010110 | 1001 | 10111 | 0 | 1000010 | 100010100 | 1101 | 11110 |
Color Harmonies of #4E4256
Complementary color
Monochromatic Colors of #4E4256
Black with #4E4256
Text Example
Text Example
White with #4E4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4256; }
p { color: rgb(78,66,86); }
H1.HeaderClassName
{
color: #4E4256;
}
.AnyTagClassName
{
color: #4E4256;
}
</style>
background-color css
<style>
a { background-color: #4E4256; }
a { background-color: rgb(78,66,86); }
div.DivClassName
{
background-color: #4E4256;
}
.BgClassName
{
background-color: #4E4256;
}
</style>
border-color css
<style>
span { border-color: #4E4256; }
span { border-color: rgb(78,66,86); }
td.TdClassName
{
border-color: #4E4256;
}
.TagClassName
{
border-color: #4E4256;
}
</style>