Shades of Scarlet Gum #4E2F63
Tints of Scarlet Gum #4E2F63
RGB
CMYK
RGB Variations
Color information
#4E2F63 (or 0x4E2F63) is known color: Scarlet Gum. HEX triplet: 4E, 2F and 63. RGB value is (78,47,99). Sum of RGB (Red+Green+Blue) = 78+47+99=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E2F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2F63 is #B1D09C. Grayscale: #3E3E3E. Windows color (decimal): -11653277 or 6500174. OLE color: 6500174.
HSL color Cylindrical-coordinate representation of color #4E2F63: hue angle of 275.77º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E2F63 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 47 | 99 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.61 |
| HSL | 275.77º | 0.36% | 0.29% | - |
| HSV(B) | 275.77º | 0.53% | 0.39% | - |
| XYZ | 6.41 | 4.55 | 12.35 | - |
| YUV | 62.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 99 | 0.21 | 0.53 | 0 | 0.61 | 275.77 | 0.36 | 0.29 |
| Hex | 4E | 2F | 63 | 15 | 35 | 0 | 3D | 114 | 24 | 1D |
| Octal | 116 | 57 | 143 | 25 | 65 | 0 | 75 | 424 | 44 | 35 |
| Binary | 1001110 | 101111 | 1100011 | 10101 | 110101 | 0 | 111101 | 100010100 | 100100 | 11101 |
Color Harmonies of #4E2F63
Complementary color
Monochromatic Colors of #4E2F63
Black with #4E2F63
Text Example
Text Example
White with #4E2F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F63; }
p { color: rgb(78,47,99); }
H1.HeaderClassName
{
color: #4E2F63;
}
.AnyTagClassName
{
color: #4E2F63;
}
</style>
background-color css
<style>
a { background-color: #4E2F63; }
a { background-color: rgb(78,47,99); }
div.DivClassName
{
background-color: #4E2F63;
}
.BgClassName
{
background-color: #4E2F63;
}
</style>
border-color css
<style>
span { border-color: #4E2F63; }
span { border-color: rgb(78,47,99); }
td.TdClassName
{
border-color: #4E2F63;
}
.TagClassName
{
border-color: #4E2F63;
}
</style>