Shades of Scarlet Gum #4E3062
Tints of Scarlet Gum #4E3062
RGB
CMYK
RGB Variations
Color information
#4E3062 (or 0x4E3062) is known color: Scarlet Gum. HEX triplet: 4E, 30 and 62. RGB value is (78,48,98). Sum of RGB (Red+Green+Blue) = 78+48+98=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E3062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3062 is #B1CF9D. Grayscale: #3E3E3E. Windows color (decimal): -11653022 or 6434894. OLE color: 6434894.
HSL color Cylindrical-coordinate representation of color #4E3062: hue angle of 276º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E3062 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 48 | 98 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.62 |
| HSL | 276º | 0.34% | 0.29% | - |
| HSV(B) | 276º | 0.51% | 0.38% | - |
| XYZ | 6.4 | 4.62 | 12.11 | - |
| YUV | 62.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 98 | 0.20 | 0.51 | 0 | 0.62 | 276 | 0.34 | 0.29 |
| Hex | 4E | 30 | 62 | 14 | 33 | 0 | 3E | 114 | 22 | 1D |
| Octal | 116 | 60 | 142 | 24 | 63 | 0 | 76 | 424 | 42 | 35 |
| Binary | 1001110 | 110000 | 1100010 | 10100 | 110011 | 0 | 111110 | 100010100 | 100010 | 11101 |
Color Harmonies of #4E3062
Complementary color
Monochromatic Colors of #4E3062
Black with #4E3062
Text Example
Text Example
White with #4E3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3062; }
p { color: rgb(78,48,98); }
H1.HeaderClassName
{
color: #4E3062;
}
.AnyTagClassName
{
color: #4E3062;
}
</style>
background-color css
<style>
a { background-color: #4E3062; }
a { background-color: rgb(78,48,98); }
div.DivClassName
{
background-color: #4E3062;
}
.BgClassName
{
background-color: #4E3062;
}
</style>
border-color css
<style>
span { border-color: #4E3062; }
span { border-color: rgb(78,48,98); }
td.TdClassName
{
border-color: #4E3062;
}
.TagClassName
{
border-color: #4E3062;
}
</style>