Shades of Scarlet Gum #4E1869
Tints of Scarlet Gum #4E1869
RGB
CMYK
RGB Variations
Color information
#4E1869 (or 0x4E1869) is known color: Scarlet Gum. HEX triplet: 4E, 18 and 69. RGB value is (78,24,105). Sum of RGB (Red+Green+Blue) = 78+24+105=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E1869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1869 is #B1E796. Grayscale: #313131. Windows color (decimal): -11659159 or 6887502. OLE color: 6887502.
HSL color Cylindrical-coordinate representation of color #4E1869: hue angle of 280º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E1869 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 24 | 105 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.59 |
| HSL | 280º | 0.63% | 0.25% | - |
| HSV(B) | 280º | 0.77% | 0.41% | - |
| XYZ | 6.02 | 3.29 | 13.68 | - |
| YUV | 49.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 105 | 0.26 | 0.77 | 0 | 0.59 | 280 | 0.63 | 0.25 |
| Hex | 4E | 18 | 69 | 1A | 4D | 0 | 3B | 118 | 3F | 19 |
| Octal | 116 | 30 | 151 | 32 | 115 | 0 | 73 | 430 | 77 | 31 |
| Binary | 1001110 | 11000 | 1101001 | 11010 | 1001101 | 0 | 111011 | 100011000 | 111111 | 11001 |
Color Harmonies of #4E1869
Complementary color
Monochromatic Colors of #4E1869
Black with #4E1869
Text Example
Text Example
White with #4E1869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1869; }
p { color: rgb(78,24,105); }
H1.HeaderClassName
{
color: #4E1869;
}
.AnyTagClassName
{
color: #4E1869;
}
</style>
background-color css
<style>
a { background-color: #4E1869; }
a { background-color: rgb(78,24,105); }
div.DivClassName
{
background-color: #4E1869;
}
.BgClassName
{
background-color: #4E1869;
}
</style>
border-color css
<style>
span { border-color: #4E1869; }
span { border-color: rgb(78,24,105); }
td.TdClassName
{
border-color: #4E1869;
}
.TagClassName
{
border-color: #4E1869;
}
</style>