Shades of Scarlet Gum #4E3762
Tints of Scarlet Gum #4E3762
RGB
CMYK
RGB Variations
Color information
#4E3762 (or 0x4E3762) is known color: Scarlet Gum. HEX triplet: 4E, 37 and 62. RGB value is (78,55,98). Sum of RGB (Red+Green+Blue) = 78+55+98=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E3762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3762 is #B1C89D. Grayscale: #424242. Windows color (decimal): -11651230 or 6436686. OLE color: 6436686.
HSL color Cylindrical-coordinate representation of color #4E3762: hue angle of 272.09º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E3762 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 55 | 98 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.62 |
| HSL | 272.09º | 0.28% | 0.3% | - |
| HSV(B) | 272.09º | 0.44% | 0.38% | - |
| XYZ | 6.71 | 5.23 | 12.21 | - |
| YUV | 66.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 98 | 0.20 | 0.44 | 0 | 0.62 | 272.09 | 0.28 | 0.3 |
| Hex | 4E | 37 | 62 | 14 | 2C | 0 | 3E | 110 | 1C | 1E |
| Octal | 116 | 67 | 142 | 24 | 54 | 0 | 76 | 420 | 34 | 36 |
| Binary | 1001110 | 110111 | 1100010 | 10100 | 101100 | 0 | 111110 | 100010000 | 11100 | 11110 |
Color Harmonies of #4E3762
Complementary color
Monochromatic Colors of #4E3762
Black with #4E3762
Text Example
Text Example
White with #4E3762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3762; }
p { color: rgb(78,55,98); }
H1.HeaderClassName
{
color: #4E3762;
}
.AnyTagClassName
{
color: #4E3762;
}
</style>
background-color css
<style>
a { background-color: #4E3762; }
a { background-color: rgb(78,55,98); }
div.DivClassName
{
background-color: #4E3762;
}
.BgClassName
{
background-color: #4E3762;
}
</style>
border-color css
<style>
span { border-color: #4E3762; }
span { border-color: rgb(78,55,98); }
td.TdClassName
{
border-color: #4E3762;
}
.TagClassName
{
border-color: #4E3762;
}
</style>