Shades of Scarlet Gum #4E3B5B
Tints of Scarlet Gum #4E3B5B
RGB
CMYK
RGB Variations
Color information
#4E3B5B (or 0x4E3B5B) is known color: Scarlet Gum. HEX triplet: 4E, 3B and 5B. RGB value is (78,59,91). Sum of RGB (Red+Green+Blue) = 78+59+91=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E3B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3B5B is #B1C4A4. Grayscale: #444444. Windows color (decimal): -11650213 or 5978958. OLE color: 5978958.
HSL color Cylindrical-coordinate representation of color #4E3B5B: hue angle of 275.62º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E3B5B is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 59 | 91 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.64 |
| HSL | 275.63º | 0.21% | 0.29% | - |
| HSV(B) | 275.63º | 0.35% | 0.36% | - |
| XYZ | 6.59 | 5.5 | 10.61 | - |
| YUV | 68.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 91 | 0.14 | 0.35 | 0 | 0.64 | 275.63 | 0.21 | 0.29 |
| Hex | 4E | 3B | 5B | E | 23 | 0 | 40 | 114 | 15 | 1D |
| Octal | 116 | 73 | 133 | 16 | 43 | 0 | 100 | 424 | 25 | 35 |
| Binary | 1001110 | 111011 | 1011011 | 1110 | 100011 | 0 | 1000000 | 100010100 | 10101 | 11101 |
Color Harmonies of #4E3B5B
Complementary color
Monochromatic Colors of #4E3B5B
Black with #4E3B5B
Text Example
Text Example
White with #4E3B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B5B; }
p { color: rgb(78,59,91); }
H1.HeaderClassName
{
color: #4E3B5B;
}
.AnyTagClassName
{
color: #4E3B5B;
}
</style>
background-color css
<style>
a { background-color: #4E3B5B; }
a { background-color: rgb(78,59,91); }
div.DivClassName
{
background-color: #4E3B5B;
}
.BgClassName
{
background-color: #4E3B5B;
}
</style>
border-color css
<style>
span { border-color: #4E3B5B; }
span { border-color: rgb(78,59,91); }
td.TdClassName
{
border-color: #4E3B5B;
}
.TagClassName
{
border-color: #4E3B5B;
}
</style>