Shades of Scarlet Gum #4E3859
Tints of Scarlet Gum #4E3859
RGB
CMYK
RGB Variations
Color information
#4E3859 (or 0x4E3859) is known color: Scarlet Gum. HEX triplet: 4E, 38 and 59. RGB value is (78,56,89). Sum of RGB (Red+Green+Blue) = 78+56+89=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E3859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3859 is #B1C7A6. Grayscale: #424242. Windows color (decimal): -11650983 or 5847118. OLE color: 5847118.
HSL color Cylindrical-coordinate representation of color #4E3859: hue angle of 280º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E3859 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 56 | 89 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.65 |
| HSL | 280º | 0.23% | 0.28% | - |
| HSV(B) | 280º | 0.37% | 0.35% | - |
| XYZ | 6.36 | 5.17 | 10.11 | - |
| YUV | 66.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 89 | 0.12 | 0.37 | 0 | 0.65 | 280 | 0.23 | 0.28 |
| Hex | 4E | 38 | 59 | C | 25 | 0 | 41 | 118 | 17 | 1C |
| Octal | 116 | 70 | 131 | 14 | 45 | 0 | 101 | 430 | 27 | 34 |
| Binary | 1001110 | 111000 | 1011001 | 1100 | 100101 | 0 | 1000001 | 100011000 | 10111 | 11100 |
Color Harmonies of #4E3859
Complementary color
Monochromatic Colors of #4E3859
Black with #4E3859
Text Example
Text Example
White with #4E3859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3859; }
p { color: rgb(78,56,89); }
H1.HeaderClassName
{
color: #4E3859;
}
.AnyTagClassName
{
color: #4E3859;
}
</style>
background-color css
<style>
a { background-color: #4E3859; }
a { background-color: rgb(78,56,89); }
div.DivClassName
{
background-color: #4E3859;
}
.BgClassName
{
background-color: #4E3859;
}
</style>
border-color css
<style>
span { border-color: #4E3859; }
span { border-color: rgb(78,56,89); }
td.TdClassName
{
border-color: #4E3859;
}
.TagClassName
{
border-color: #4E3859;
}
</style>