Shades of Scarlet Gum #4E3759
Tints of Scarlet Gum #4E3759
RGB
CMYK
RGB Variations
Color information
#4E3759 (or 0x4E3759) is known color: Scarlet Gum. HEX triplet: 4E, 37 and 59. RGB value is (78,55,89). Sum of RGB (Red+Green+Blue) = 78+55+89=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E3759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3759 is #B1C8A6. Grayscale: #414141. Windows color (decimal): -11651239 or 5846862. OLE color: 5846862.
HSL color Cylindrical-coordinate representation of color #4E3759: hue angle of 280.59º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E3759 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 55 | 89 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.65 |
| HSL | 280.59º | 0.24% | 0.28% | - |
| HSV(B) | 280.59º | 0.38% | 0.35% | - |
| XYZ | 6.31 | 5.07 | 10.1 | - |
| YUV | 65.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 89 | 0.12 | 0.38 | 0 | 0.65 | 280.59 | 0.24 | 0.28 |
| Hex | 4E | 37 | 59 | C | 26 | 0 | 41 | 119 | 18 | 1C |
| Octal | 116 | 67 | 131 | 14 | 46 | 0 | 101 | 431 | 30 | 34 |
| Binary | 1001110 | 110111 | 1011001 | 1100 | 100110 | 0 | 1000001 | 100011001 | 11000 | 11100 |
Color Harmonies of #4E3759
Complementary color
Monochromatic Colors of #4E3759
Black with #4E3759
Text Example
Text Example
White with #4E3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3759; }
p { color: rgb(78,55,89); }
H1.HeaderClassName
{
color: #4E3759;
}
.AnyTagClassName
{
color: #4E3759;
}
</style>
background-color css
<style>
a { background-color: #4E3759; }
a { background-color: rgb(78,55,89); }
div.DivClassName
{
background-color: #4E3759;
}
.BgClassName
{
background-color: #4E3759;
}
</style>
border-color css
<style>
span { border-color: #4E3759; }
span { border-color: rgb(78,55,89); }
td.TdClassName
{
border-color: #4E3759;
}
.TagClassName
{
border-color: #4E3759;
}
</style>