Shades of Scarlet Gum #4E2465
Tints of Scarlet Gum #4E2465
RGB
CMYK
RGB Variations
Color information
#4E2465 (or 0x4E2465) is known color: Scarlet Gum. HEX triplet: 4E, 24 and 65. RGB value is (78,36,101). Sum of RGB (Red+Green+Blue) = 78+36+101=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E2465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2465 is #B1DB9A. Grayscale: #373737. Windows color (decimal): -11656091 or 6628430. OLE color: 6628430.
HSL color Cylindrical-coordinate representation of color #4E2465: hue angle of 278.77º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E2465 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 36 | 101 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.60 |
| HSL | 278.77º | 0.47% | 0.27% | - |
| HSV(B) | 278.77º | 0.64% | 0.4% | - |
| XYZ | 6.12 | 3.82 | 12.73 | - |
| YUV | 55.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 101 | 0.23 | 0.64 | 0 | 0.60 | 278.77 | 0.47 | 0.27 |
| Hex | 4E | 24 | 65 | 17 | 40 | 0 | 3C | 117 | 2F | 1B |
| Octal | 116 | 44 | 145 | 27 | 100 | 0 | 74 | 427 | 57 | 33 |
| Binary | 1001110 | 100100 | 1100101 | 10111 | 1000000 | 0 | 111100 | 100010111 | 101111 | 11011 |
Color Harmonies of #4E2465
Complementary color
Monochromatic Colors of #4E2465
Black with #4E2465
Text Example
Text Example
White with #4E2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2465; }
p { color: rgb(78,36,101); }
H1.HeaderClassName
{
color: #4E2465;
}
.AnyTagClassName
{
color: #4E2465;
}
</style>
background-color css
<style>
a { background-color: #4E2465; }
a { background-color: rgb(78,36,101); }
div.DivClassName
{
background-color: #4E2465;
}
.BgClassName
{
background-color: #4E2465;
}
</style>
border-color css
<style>
span { border-color: #4E2465; }
span { border-color: rgb(78,36,101); }
td.TdClassName
{
border-color: #4E2465;
}
.TagClassName
{
border-color: #4E2465;
}
</style>