Shades of Scarlet Gum #4E3F56
Tints of Scarlet Gum #4E3F56
RGB
CMYK
RGB Variations
Color information
#4E3F56 (or 0x4E3F56) is known color: Scarlet Gum. HEX triplet: 4E, 3F and 56. RGB value is (78,63,86). Sum of RGB (Red+Green+Blue) = 78+63+86=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 86 - color contains mainly: blue. Hex color #4E3F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3F56 is #B1C0A9. Grayscale: #464646. Windows color (decimal): -11649194 or 5652302. OLE color: 5652302.
HSL color Cylindrical-coordinate representation of color #4E3F56: hue angle of 279.13º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E3F56 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 63 | 86 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.66 |
| HSL | 279.13º | 0.15% | 0.29% | - |
| HSV(B) | 279.13º | 0.27% | 0.34% | - |
| XYZ | 6.6 | 5.85 | 9.58 | - |
| YUV | 70.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 86 | 0.09 | 0.27 | 0 | 0.66 | 279.13 | 0.15 | 0.29 |
| Hex | 4E | 3F | 56 | 9 | 1B | 0 | 42 | 117 | F | 1D |
| Octal | 116 | 77 | 126 | 11 | 33 | 0 | 102 | 427 | 17 | 35 |
| Binary | 1001110 | 111111 | 1010110 | 1001 | 11011 | 0 | 1000010 | 100010111 | 1111 | 11101 |
Color Harmonies of #4E3F56
Complementary color
Monochromatic Colors of #4E3F56
Black with #4E3F56
Text Example
Text Example
White with #4E3F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F56; }
p { color: rgb(78,63,86); }
H1.HeaderClassName
{
color: #4E3F56;
}
.AnyTagClassName
{
color: #4E3F56;
}
</style>
background-color css
<style>
a { background-color: #4E3F56; }
a { background-color: rgb(78,63,86); }
div.DivClassName
{
background-color: #4E3F56;
}
.BgClassName
{
background-color: #4E3F56;
}
</style>
border-color css
<style>
span { border-color: #4E3F56; }
span { border-color: rgb(78,63,86); }
td.TdClassName
{
border-color: #4E3F56;
}
.TagClassName
{
border-color: #4E3F56;
}
</style>