Shades of Scarlet Gum #4E1A62
Tints of Scarlet Gum #4E1A62
RGB
CMYK
RGB Variations
Color information
#4E1A62 (or 0x4E1A62) is known color: Scarlet Gum. HEX triplet: 4E, 1A and 62. RGB value is (78,26,98). Sum of RGB (Red+Green+Blue) = 78+26+98=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E1A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1A62 is #B1E59D. Grayscale: #313131. Windows color (decimal): -11658654 or 6429262. OLE color: 6429262.
HSL color Cylindrical-coordinate representation of color #4E1A62: hue angle of 283.33º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E1A62 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 26 | 98 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.62 |
| HSL | 283.33º | 0.58% | 0.24% | - |
| HSV(B) | 283.33º | 0.73% | 0.38% | - |
| XYZ | 5.72 | 3.24 | 11.88 | - |
| YUV | 49.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 98 | 0.20 | 0.73 | 0 | 0.62 | 283.33 | 0.58 | 0.24 |
| Hex | 4E | 1A | 62 | 14 | 49 | 0 | 3E | 11B | 3A | 18 |
| Octal | 116 | 32 | 142 | 24 | 111 | 0 | 76 | 433 | 72 | 30 |
| Binary | 1001110 | 11010 | 1100010 | 10100 | 1001001 | 0 | 111110 | 100011011 | 111010 | 11000 |
Color Harmonies of #4E1A62
Complementary color
Monochromatic Colors of #4E1A62
Black with #4E1A62
Text Example
Text Example
White with #4E1A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A62; }
p { color: rgb(78,26,98); }
H1.HeaderClassName
{
color: #4E1A62;
}
.AnyTagClassName
{
color: #4E1A62;
}
</style>
background-color css
<style>
a { background-color: #4E1A62; }
a { background-color: rgb(78,26,98); }
div.DivClassName
{
background-color: #4E1A62;
}
.BgClassName
{
background-color: #4E1A62;
}
</style>
border-color css
<style>
span { border-color: #4E1A62; }
span { border-color: rgb(78,26,98); }
td.TdClassName
{
border-color: #4E1A62;
}
.TagClassName
{
border-color: #4E1A62;
}
</style>