Shades of Scarlet Gum #4E4157
Tints of Scarlet Gum #4E4157
RGB
CMYK
RGB Variations
Color information
#4E4157 (or 0x4E4157) is known color: Scarlet Gum. HEX triplet: 4E, 41 and 57. RGB value is (78,65,87). Sum of RGB (Red+Green+Blue) = 78+65+87=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: blue. Hex color #4E4157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4157 is #B1BEA8. Grayscale: #474747. Windows color (decimal): -11648681 or 5718350. OLE color: 5718350.
HSL color Cylindrical-coordinate representation of color #4E4157: hue angle of 275.45º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E4157 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 65 | 87 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.66 |
| HSL | 275.45º | 0.14% | 0.3% | - |
| HSV(B) | 275.45º | 0.25% | 0.34% | - |
| XYZ | 6.75 | 6.09 | 9.84 | - |
| YUV | 71.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 87 | 0.10 | 0.25 | 0 | 0.66 | 275.45 | 0.14 | 0.3 |
| Hex | 4E | 41 | 57 | A | 19 | 0 | 42 | 113 | E | 1E |
| Octal | 116 | 101 | 127 | 12 | 31 | 0 | 102 | 423 | 16 | 36 |
| Binary | 1001110 | 1000001 | 1010111 | 1010 | 11001 | 0 | 1000010 | 100010011 | 1110 | 11110 |
Color Harmonies of #4E4157
Complementary color
Monochromatic Colors of #4E4157
Black with #4E4157
Text Example
Text Example
White with #4E4157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4157; }
p { color: rgb(78,65,87); }
H1.HeaderClassName
{
color: #4E4157;
}
.AnyTagClassName
{
color: #4E4157;
}
</style>
background-color css
<style>
a { background-color: #4E4157; }
a { background-color: rgb(78,65,87); }
div.DivClassName
{
background-color: #4E4157;
}
.BgClassName
{
background-color: #4E4157;
}
</style>
border-color css
<style>
span { border-color: #4E4157; }
span { border-color: rgb(78,65,87); }
td.TdClassName
{
border-color: #4E4157;
}
.TagClassName
{
border-color: #4E4157;
}
</style>