Shades of Scarlet Gum #4E265C
Tints of Scarlet Gum #4E265C
RGB
CMYK
RGB Variations
Color information
#4E265C (or 0x4E265C) is known color: Scarlet Gum. HEX triplet: 4E, 26 and 5C. RGB value is (78,38,92). Sum of RGB (Red+Green+Blue) = 78+38+92=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E265C is #B1D9A3. Grayscale: #373737. Windows color (decimal): -11655588 or 6039118. OLE color: 6039118.
HSL color Cylindrical-coordinate representation of color #4E265C: hue angle of 284.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E265C is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 38 | 92 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.64 |
| HSL | 284.44º | 0.42% | 0.25% | - |
| HSV(B) | 284.44º | 0.59% | 0.36% | - |
| XYZ | 5.77 | 3.78 | 10.55 | - |
| YUV | 56.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 92 | 0.15 | 0.59 | 0 | 0.64 | 284.44 | 0.42 | 0.25 |
| Hex | 4E | 26 | 5C | F | 3B | 0 | 40 | 11C | 2A | 19 |
| Octal | 116 | 46 | 134 | 17 | 73 | 0 | 100 | 434 | 52 | 31 |
| Binary | 1001110 | 100110 | 1011100 | 1111 | 111011 | 0 | 1000000 | 100011100 | 101010 | 11001 |
Color Harmonies of #4E265C
Complementary color
Monochromatic Colors of #4E265C
Black with #4E265C
Text Example
Text Example
White with #4E265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E265C; }
p { color: rgb(78,38,92); }
H1.HeaderClassName
{
color: #4E265C;
}
.AnyTagClassName
{
color: #4E265C;
}
</style>
background-color css
<style>
a { background-color: #4E265C; }
a { background-color: rgb(78,38,92); }
div.DivClassName
{
background-color: #4E265C;
}
.BgClassName
{
background-color: #4E265C;
}
</style>
border-color css
<style>
span { border-color: #4E265C; }
span { border-color: rgb(78,38,92); }
td.TdClassName
{
border-color: #4E265C;
}
.TagClassName
{
border-color: #4E265C;
}
</style>