Shades of Scarlet Gum #4E1A66
Tints of Scarlet Gum #4E1A66
RGB
CMYK
RGB Variations
Color information
#4E1A66 (or 0x4E1A66) is known color: Scarlet Gum. HEX triplet: 4E, 1A and 66. RGB value is (78,26,102). Sum of RGB (Red+Green+Blue) = 78+26+102=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E1A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1A66 is #B1E599. Grayscale: #313131. Windows color (decimal): -11658650 or 6691406. OLE color: 6691406.
HSL color Cylindrical-coordinate representation of color #4E1A66: hue angle of 281.05º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E1A66 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 26 | 102 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.6 |
| HSL | 281.05º | 0.59% | 0.25% | - |
| HSV(B) | 281.05º | 0.75% | 0.4% | - |
| XYZ | 5.91 | 3.32 | 12.9 | - |
| YUV | 50.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 102 | 0.24 | 0.75 | 0 | 0.6 | 281.05 | 0.59 | 0.25 |
| Hex | 4E | 1A | 66 | 18 | 4B | 0 | 3C | 119 | 3B | 19 |
| Octal | 116 | 32 | 146 | 30 | 113 | 0 | 74 | 431 | 73 | 31 |
| Binary | 1001110 | 11010 | 1100110 | 11000 | 1001011 | 0 | 111100 | 100011001 | 111011 | 11001 |
Color Harmonies of #4E1A66
Complementary color
Monochromatic Colors of #4E1A66
Black with #4E1A66
Text Example
Text Example
White with #4E1A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A66; }
p { color: rgb(78,26,102); }
H1.HeaderClassName
{
color: #4E1A66;
}
.AnyTagClassName
{
color: #4E1A66;
}
</style>
background-color css
<style>
a { background-color: #4E1A66; }
a { background-color: rgb(78,26,102); }
div.DivClassName
{
background-color: #4E1A66;
}
.BgClassName
{
background-color: #4E1A66;
}
</style>
border-color css
<style>
span { border-color: #4E1A66; }
span { border-color: rgb(78,26,102); }
td.TdClassName
{
border-color: #4E1A66;
}
.TagClassName
{
border-color: #4E1A66;
}
</style>