Shades of Scarlet Gum #4E385B
Tints of Scarlet Gum #4E385B
RGB
CMYK
RGB Variations
Color information
#4E385B (or 0x4E385B) is known color: Scarlet Gum. HEX triplet: 4E, 38 and 5B. RGB value is (78,56,91). Sum of RGB (Red+Green+Blue) = 78+56+91=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E385B is #B1C7A4. Grayscale: #424242. Windows color (decimal): -11650981 or 5978190. OLE color: 5978190.
HSL color Cylindrical-coordinate representation of color #4E385B: hue angle of 277.71º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E385B is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 56 | 91 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.64 |
| HSL | 277.71º | 0.24% | 0.29% | - |
| HSV(B) | 277.71º | 0.38% | 0.36% | - |
| XYZ | 6.44 | 5.2 | 10.56 | - |
| YUV | 66.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 91 | 0.14 | 0.38 | 0 | 0.64 | 277.71 | 0.24 | 0.29 |
| Hex | 4E | 38 | 5B | E | 26 | 0 | 40 | 116 | 18 | 1D |
| Octal | 116 | 70 | 133 | 16 | 46 | 0 | 100 | 426 | 30 | 35 |
| Binary | 1001110 | 111000 | 1011011 | 1110 | 100110 | 0 | 1000000 | 100010110 | 11000 | 11101 |
Color Harmonies of #4E385B
Complementary color
Monochromatic Colors of #4E385B
Black with #4E385B
Text Example
Text Example
White with #4E385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E385B; }
p { color: rgb(78,56,91); }
H1.HeaderClassName
{
color: #4E385B;
}
.AnyTagClassName
{
color: #4E385B;
}
</style>
background-color css
<style>
a { background-color: #4E385B; }
a { background-color: rgb(78,56,91); }
div.DivClassName
{
background-color: #4E385B;
}
.BgClassName
{
background-color: #4E385B;
}
</style>
border-color css
<style>
span { border-color: #4E385B; }
span { border-color: rgb(78,56,91); }
td.TdClassName
{
border-color: #4E385B;
}
.TagClassName
{
border-color: #4E385B;
}
</style>