Shades of Scarlet Gum #4E345D
Tints of Scarlet Gum #4E345D
RGB
CMYK
RGB Variations
Color information
#4E345D (or 0x4E345D) is known color: Scarlet Gum. HEX triplet: 4E, 34 and 5D. RGB value is (78,52,93). Sum of RGB (Red+Green+Blue) = 78+52+93=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E345D is #B1CBA2. Grayscale: #404040. Windows color (decimal): -11652003 or 6108238. OLE color: 6108238.
HSL color Cylindrical-coordinate representation of color #4E345D: hue angle of 278.05º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E345D is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 52 | 93 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.64 |
| HSL | 278.05º | 0.28% | 0.28% | - |
| HSV(B) | 278.05º | 0.44% | 0.36% | - |
| XYZ | 6.35 | 4.87 | 10.96 | - |
| YUV | 64.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 93 | 0.16 | 0.44 | 0 | 0.64 | 278.05 | 0.28 | 0.28 |
| Hex | 4E | 34 | 5D | 10 | 2C | 0 | 40 | 116 | 1C | 1C |
| Octal | 116 | 64 | 135 | 20 | 54 | 0 | 100 | 426 | 34 | 34 |
| Binary | 1001110 | 110100 | 1011101 | 10000 | 101100 | 0 | 1000000 | 100010110 | 11100 | 11100 |
Color Harmonies of #4E345D
Complementary color
Monochromatic Colors of #4E345D
Black with #4E345D
Text Example
Text Example
White with #4E345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E345D; }
p { color: rgb(78,52,93); }
H1.HeaderClassName
{
color: #4E345D;
}
.AnyTagClassName
{
color: #4E345D;
}
</style>
background-color css
<style>
a { background-color: #4E345D; }
a { background-color: rgb(78,52,93); }
div.DivClassName
{
background-color: #4E345D;
}
.BgClassName
{
background-color: #4E345D;
}
</style>
border-color css
<style>
span { border-color: #4E345D; }
span { border-color: rgb(78,52,93); }
td.TdClassName
{
border-color: #4E345D;
}
.TagClassName
{
border-color: #4E345D;
}
</style>