Shades of Scarlet Gum #4E2962
Tints of Scarlet Gum #4E2962
RGB
CMYK
RGB Variations
Color information
#4E2962 (or 0x4E2962) is known color: Scarlet Gum. HEX triplet: 4E, 29 and 62. RGB value is (78,41,98). Sum of RGB (Red+Green+Blue) = 78+41+98=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E2962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2962 is #B1D69D. Grayscale: #3A3A3A. Windows color (decimal): -11654814 or 6433102. OLE color: 6433102.
HSL color Cylindrical-coordinate representation of color #4E2962: hue angle of 278.95º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E2962 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 41 | 98 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.62 |
| HSL | 278.95º | 0.41% | 0.27% | - |
| HSV(B) | 278.95º | 0.58% | 0.38% | - |
| XYZ | 6.14 | 4.09 | 12.02 | - |
| YUV | 58.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 98 | 0.20 | 0.58 | 0 | 0.62 | 278.95 | 0.41 | 0.27 |
| Hex | 4E | 29 | 62 | 14 | 3A | 0 | 3E | 117 | 29 | 1B |
| Octal | 116 | 51 | 142 | 24 | 72 | 0 | 76 | 427 | 51 | 33 |
| Binary | 1001110 | 101001 | 1100010 | 10100 | 111010 | 0 | 111110 | 100010111 | 101001 | 11011 |
Color Harmonies of #4E2962
Complementary color
Monochromatic Colors of #4E2962
Black with #4E2962
Text Example
Text Example
White with #4E2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2962; }
p { color: rgb(78,41,98); }
H1.HeaderClassName
{
color: #4E2962;
}
.AnyTagClassName
{
color: #4E2962;
}
</style>
background-color css
<style>
a { background-color: #4E2962; }
a { background-color: rgb(78,41,98); }
div.DivClassName
{
background-color: #4E2962;
}
.BgClassName
{
background-color: #4E2962;
}
</style>
border-color css
<style>
span { border-color: #4E2962; }
span { border-color: rgb(78,41,98); }
td.TdClassName
{
border-color: #4E2962;
}
.TagClassName
{
border-color: #4E2962;
}
</style>