Shades of Scarlet Gum #4E1A6A
Tints of Scarlet Gum #4E1A6A
RGB
CMYK
RGB Variations
Color information
#4E1A6A (or 0x4E1A6A) is known color: Scarlet Gum. HEX triplet: 4E, 1A and 6A. RGB value is (78,26,106). Sum of RGB (Red+Green+Blue) = 78+26+106=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E1A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1A6A is #B1E595. Grayscale: #323232. Windows color (decimal): -11658646 or 6953550. OLE color: 6953550.
HSL color Cylindrical-coordinate representation of color #4E1A6A: hue angle of 279º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E1A6A is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 26 | 106 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.58 |
| HSL | 279º | 0.61% | 0.26% | - |
| HSV(B) | 279º | 0.75% | 0.42% | - |
| XYZ | 6.11 | 3.4 | 13.97 | - |
| YUV | 50.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 106 | 0.26 | 0.75 | 0 | 0.58 | 279 | 0.61 | 0.26 |
| Hex | 4E | 1A | 6A | 1A | 4B | 0 | 3A | 117 | 3D | 1A |
| Octal | 116 | 32 | 152 | 32 | 113 | 0 | 72 | 427 | 75 | 32 |
| Binary | 1001110 | 11010 | 1101010 | 11010 | 1001011 | 0 | 111010 | 100010111 | 111101 | 11010 |
Color Harmonies of #4E1A6A
Complementary color
Monochromatic Colors of #4E1A6A
Black with #4E1A6A
Text Example
Text Example
White with #4E1A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A6A; }
p { color: rgb(78,26,106); }
H1.HeaderClassName
{
color: #4E1A6A;
}
.AnyTagClassName
{
color: #4E1A6A;
}
</style>
background-color css
<style>
a { background-color: #4E1A6A; }
a { background-color: rgb(78,26,106); }
div.DivClassName
{
background-color: #4E1A6A;
}
.BgClassName
{
background-color: #4E1A6A;
}
</style>
border-color css
<style>
span { border-color: #4E1A6A; }
span { border-color: rgb(78,26,106); }
td.TdClassName
{
border-color: #4E1A6A;
}
.TagClassName
{
border-color: #4E1A6A;
}
</style>