Shades of Scarlet Gum #4E2262
Tints of Scarlet Gum #4E2262
RGB
CMYK
RGB Variations
Color information
#4E2262 (or 0x4E2262) is known color: Scarlet Gum. HEX triplet: 4E, 22 and 62. RGB value is (78,34,98). Sum of RGB (Red+Green+Blue) = 78+34+98=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E2262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2262 is #B1DD9D. Grayscale: #363636. Windows color (decimal): -11656606 or 6431310. OLE color: 6431310.
HSL color Cylindrical-coordinate representation of color #4E2262: hue angle of 281.25º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E2262 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 34 | 98 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.62 |
| HSL | 281.25º | 0.48% | 0.26% | - |
| HSV(B) | 281.25º | 0.65% | 0.38% | - |
| XYZ | 5.92 | 3.65 | 11.95 | - |
| YUV | 54.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 34 | 98 | 0.20 | 0.65 | 0 | 0.62 | 281.25 | 0.48 | 0.26 |
| Hex | 4E | 22 | 62 | 14 | 41 | 0 | 3E | 119 | 30 | 1A |
| Octal | 116 | 42 | 142 | 24 | 101 | 0 | 76 | 431 | 60 | 32 |
| Binary | 1001110 | 100010 | 1100010 | 10100 | 1000001 | 0 | 111110 | 100011001 | 110000 | 11010 |
Color Harmonies of #4E2262
Complementary color
Monochromatic Colors of #4E2262
Black with #4E2262
Text Example
Text Example
White with #4E2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2262; }
p { color: rgb(78,34,98); }
H1.HeaderClassName
{
color: #4E2262;
}
.AnyTagClassName
{
color: #4E2262;
}
</style>
background-color css
<style>
a { background-color: #4E2262; }
a { background-color: rgb(78,34,98); }
div.DivClassName
{
background-color: #4E2262;
}
.BgClassName
{
background-color: #4E2262;
}
</style>
border-color css
<style>
span { border-color: #4E2262; }
span { border-color: rgb(78,34,98); }
td.TdClassName
{
border-color: #4E2262;
}
.TagClassName
{
border-color: #4E2262;
}
</style>