Shades of Scarlet Gum #4E3F58
Tints of Scarlet Gum #4E3F58
RGB
CMYK
RGB Variations
Color information
#4E3F58 (or 0x4E3F58) is known color: Scarlet Gum. HEX triplet: 4E, 3F and 58. RGB value is (78,63,88). Sum of RGB (Red+Green+Blue) = 78+63+88=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E3F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3F58 is #B1C0A7. Grayscale: #464646. Windows color (decimal): -11649192 or 5783374. OLE color: 5783374.
HSL color Cylindrical-coordinate representation of color #4E3F58: hue angle of 276º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E3F58 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 63 | 88 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.65 |
| HSL | 276º | 0.17% | 0.3% | - |
| HSV(B) | 276º | 0.28% | 0.35% | - |
| XYZ | 6.68 | 5.88 | 10.02 | - |
| YUV | 70.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 88 | 0.11 | 0.28 | 0 | 0.65 | 276 | 0.17 | 0.3 |
| Hex | 4E | 3F | 58 | B | 1C | 0 | 41 | 114 | 11 | 1E |
| Octal | 116 | 77 | 130 | 13 | 34 | 0 | 101 | 424 | 21 | 36 |
| Binary | 1001110 | 111111 | 1011000 | 1011 | 11100 | 0 | 1000001 | 100010100 | 10001 | 11110 |
Color Harmonies of #4E3F58
Complementary color
Monochromatic Colors of #4E3F58
Black with #4E3F58
Text Example
Text Example
White with #4E3F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F58; }
p { color: rgb(78,63,88); }
H1.HeaderClassName
{
color: #4E3F58;
}
.AnyTagClassName
{
color: #4E3F58;
}
</style>
background-color css
<style>
a { background-color: #4E3F58; }
a { background-color: rgb(78,63,88); }
div.DivClassName
{
background-color: #4E3F58;
}
.BgClassName
{
background-color: #4E3F58;
}
</style>
border-color css
<style>
span { border-color: #4E3F58; }
span { border-color: rgb(78,63,88); }
td.TdClassName
{
border-color: #4E3F58;
}
.TagClassName
{
border-color: #4E3F58;
}
</style>