Shades of Scarlet Gum #4E1C66
Tints of Scarlet Gum #4E1C66
RGB
CMYK
RGB Variations
Color information
#4E1C66 (or 0x4E1C66) is known color: Scarlet Gum. HEX triplet: 4E, 1C and 66. RGB value is (78,28,102). Sum of RGB (Red+Green+Blue) = 78+28+102=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E1C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1C66 is #B1E399. Grayscale: #333333. Windows color (decimal): -11658138 or 6691918. OLE color: 6691918.
HSL color Cylindrical-coordinate representation of color #4E1C66: hue angle of 280.54º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E1C66 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 28 | 102 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.6 |
| HSL | 280.54º | 0.57% | 0.25% | - |
| HSV(B) | 280.54º | 0.73% | 0.4% | - |
| XYZ | 5.96 | 3.41 | 12.91 | - |
| YUV | 51.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 28 | 102 | 0.24 | 0.73 | 0 | 0.6 | 280.54 | 0.57 | 0.25 |
| Hex | 4E | 1C | 66 | 18 | 49 | 0 | 3C | 119 | 39 | 19 |
| Octal | 116 | 34 | 146 | 30 | 111 | 0 | 74 | 431 | 71 | 31 |
| Binary | 1001110 | 11100 | 1100110 | 11000 | 1001001 | 0 | 111100 | 100011001 | 111001 | 11001 |
Color Harmonies of #4E1C66
Complementary color
Monochromatic Colors of #4E1C66
Black with #4E1C66
Text Example
Text Example
White with #4E1C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1C66; }
p { color: rgb(78,28,102); }
H1.HeaderClassName
{
color: #4E1C66;
}
.AnyTagClassName
{
color: #4E1C66;
}
</style>
background-color css
<style>
a { background-color: #4E1C66; }
a { background-color: rgb(78,28,102); }
div.DivClassName
{
background-color: #4E1C66;
}
.BgClassName
{
background-color: #4E1C66;
}
</style>
border-color css
<style>
span { border-color: #4E1C66; }
span { border-color: rgb(78,28,102); }
td.TdClassName
{
border-color: #4E1C66;
}
.TagClassName
{
border-color: #4E1C66;
}
</style>