Shades of Scarlet Gum #4E345C
Tints of Scarlet Gum #4E345C
RGB
CMYK
RGB Variations
Color information
#4E345C (or 0x4E345C) is known color: Scarlet Gum. HEX triplet: 4E, 34 and 5C. RGB value is (78,52,92). Sum of RGB (Red+Green+Blue) = 78+52+92=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E345C is #B1CBA3. Grayscale: #404040. Windows color (decimal): -11652004 or 6042702. OLE color: 6042702.
HSL color Cylindrical-coordinate representation of color #4E345C: hue angle of 279º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E345C is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 52 | 92 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.64 |
| HSL | 279º | 0.28% | 0.28% | - |
| HSV(B) | 279º | 0.43% | 0.36% | - |
| XYZ | 6.3 | 4.85 | 10.73 | - |
| YUV | 64.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 92 | 0.15 | 0.43 | 0 | 0.64 | 279 | 0.28 | 0.28 |
| Hex | 4E | 34 | 5C | F | 2B | 0 | 40 | 117 | 1C | 1C |
| Octal | 116 | 64 | 134 | 17 | 53 | 0 | 100 | 427 | 34 | 34 |
| Binary | 1001110 | 110100 | 1011100 | 1111 | 101011 | 0 | 1000000 | 100010111 | 11100 | 11100 |
Color Harmonies of #4E345C
Complementary color
Monochromatic Colors of #4E345C
Black with #4E345C
Text Example
Text Example
White with #4E345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E345C; }
p { color: rgb(78,52,92); }
H1.HeaderClassName
{
color: #4E345C;
}
.AnyTagClassName
{
color: #4E345C;
}
</style>
background-color css
<style>
a { background-color: #4E345C; }
a { background-color: rgb(78,52,92); }
div.DivClassName
{
background-color: #4E345C;
}
.BgClassName
{
background-color: #4E345C;
}
</style>
border-color css
<style>
span { border-color: #4E345C; }
span { border-color: rgb(78,52,92); }
td.TdClassName
{
border-color: #4E345C;
}
.TagClassName
{
border-color: #4E345C;
}
</style>