Shades of Scarlet Gum #460E5A
Tints of Scarlet Gum #460E5A
RGB
CMYK
RGB Variations
Color information
#460E5A (or 0x460E5A) is known color: Scarlet Gum. HEX triplet: 46, 0E and 5A. RGB value is (70,14,90). Sum of RGB (Red+Green+Blue) = 70+14+90=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #460E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E5A is #B9F1A5. Grayscale: #272727. Windows color (decimal): -12186022 or 5901894. OLE color: 5901894.
HSL color Cylindrical-coordinate representation of color #460E5A: hue angle of 284.21º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460E5A is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 14 | 90 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.65 |
| HSL | 284.21º | 0.73% | 0.2% | - |
| HSV(B) | 284.21º | 0.84% | 0.35% | - |
| XYZ | 4.53 | 2.35 | 9.89 | - |
| YUV | 39.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 90 | 0.22 | 0.84 | 0 | 0.65 | 284.21 | 0.73 | 0.2 |
| Hex | 46 | E | 5A | 16 | 54 | 0 | 41 | 11C | 49 | 14 |
| Octal | 106 | 16 | 132 | 26 | 124 | 0 | 101 | 434 | 111 | 24 |
| Binary | 1000110 | 1110 | 1011010 | 10110 | 1010100 | 0 | 1000001 | 100011100 | 1001001 | 10100 |
Color Harmonies of #460E5A
Complementary color
Monochromatic Colors of #460E5A
Black with #460E5A
Text Example
Text Example
White with #460E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E5A; }
p { color: rgb(70,14,90); }
H1.HeaderClassName
{
color: #460E5A;
}
.AnyTagClassName
{
color: #460E5A;
}
</style>
background-color css
<style>
a { background-color: #460E5A; }
a { background-color: rgb(70,14,90); }
div.DivClassName
{
background-color: #460E5A;
}
.BgClassName
{
background-color: #460E5A;
}
</style>
border-color css
<style>
span { border-color: #460E5A; }
span { border-color: rgb(70,14,90); }
td.TdClassName
{
border-color: #460E5A;
}
.TagClassName
{
border-color: #460E5A;
}
</style>