Shades of Scarlet Gum #460E56
Tints of Scarlet Gum #460E56
RGB
CMYK
RGB Variations
Color information
#460E56 (or 0x460E56) is known color: Scarlet Gum. HEX triplet: 46, 0E and 56. RGB value is (70,14,86). Sum of RGB (Red+Green+Blue) = 70+14+86=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #460E56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E56 is #B9F1A9. Grayscale: #262626. Windows color (decimal): -12186026 or 5639750. OLE color: 5639750.
HSL color Cylindrical-coordinate representation of color #460E56: hue angle of 286.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460E56 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 14 | 86 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.66 |
| HSL | 286.67º | 0.72% | 0.2% | - |
| HSV(B) | 286.67º | 0.84% | 0.34% | - |
| XYZ | 4.36 | 2.29 | 9.02 | - |
| YUV | 38.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 86 | 0.19 | 0.84 | 0 | 0.66 | 286.67 | 0.72 | 0.2 |
| Hex | 46 | E | 56 | 13 | 54 | 0 | 42 | 11F | 48 | 14 |
| Octal | 106 | 16 | 126 | 23 | 124 | 0 | 102 | 437 | 110 | 24 |
| Binary | 1000110 | 1110 | 1010110 | 10011 | 1010100 | 0 | 1000010 | 100011111 | 1001000 | 10100 |
Color Harmonies of #460E56
Complementary color
Monochromatic Colors of #460E56
Black with #460E56
Text Example
Text Example
White with #460E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E56; }
p { color: rgb(70,14,86); }
H1.HeaderClassName
{
color: #460E56;
}
.AnyTagClassName
{
color: #460E56;
}
</style>
background-color css
<style>
a { background-color: #460E56; }
a { background-color: rgb(70,14,86); }
div.DivClassName
{
background-color: #460E56;
}
.BgClassName
{
background-color: #460E56;
}
</style>
border-color css
<style>
span { border-color: #460E56; }
span { border-color: rgb(70,14,86); }
td.TdClassName
{
border-color: #460E56;
}
.TagClassName
{
border-color: #460E56;
}
</style>