Shades of Scarlet Gum #4E2666
Tints of Scarlet Gum #4E2666
RGB
CMYK
RGB Variations
Color information
#4E2666 (or 0x4E2666) is known color: Scarlet Gum. HEX triplet: 4E, 26 and 66. RGB value is (78,38,102). Sum of RGB (Red+Green+Blue) = 78+38+102=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E2666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2666 is #B1D999. Grayscale: #393939. Windows color (decimal): -11655578 or 6694478. OLE color: 6694478.
HSL color Cylindrical-coordinate representation of color #4E2666: hue angle of 277.5º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E2666 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 38 | 102 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.6 |
| HSL | 277.5º | 0.46% | 0.27% | - |
| HSV(B) | 277.5º | 0.63% | 0.4% | - |
| XYZ | 6.23 | 3.97 | 13.01 | - |
| YUV | 57.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 102 | 0.24 | 0.63 | 0 | 0.6 | 277.5 | 0.46 | 0.27 |
| Hex | 4E | 26 | 66 | 18 | 3F | 0 | 3C | 116 | 2E | 1B |
| Octal | 116 | 46 | 146 | 30 | 77 | 0 | 74 | 426 | 56 | 33 |
| Binary | 1001110 | 100110 | 1100110 | 11000 | 111111 | 0 | 111100 | 100010110 | 101110 | 11011 |
Color Harmonies of #4E2666
Complementary color
Monochromatic Colors of #4E2666
Black with #4E2666
Text Example
Text Example
White with #4E2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2666; }
p { color: rgb(78,38,102); }
H1.HeaderClassName
{
color: #4E2666;
}
.AnyTagClassName
{
color: #4E2666;
}
</style>
background-color css
<style>
a { background-color: #4E2666; }
a { background-color: rgb(78,38,102); }
div.DivClassName
{
background-color: #4E2666;
}
.BgClassName
{
background-color: #4E2666;
}
</style>
border-color css
<style>
span { border-color: #4E2666; }
span { border-color: rgb(78,38,102); }
td.TdClassName
{
border-color: #4E2666;
}
.TagClassName
{
border-color: #4E2666;
}
</style>