Shades of Scarlet Gum #46065A
Tints of Scarlet Gum #46065A
RGB
CMYK
RGB Variations
Color information
#46065A (or 0x46065A) is known color: Scarlet Gum. HEX triplet: 46, 06 and 5A. RGB value is (70,6,90). Sum of RGB (Red+Green+Blue) = 70+6+90=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #46065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46065A is #B9F9A5. Grayscale: #222222. Windows color (decimal): -12188070 or 5899846. OLE color: 5899846.
HSL color Cylindrical-coordinate representation of color #46065A: hue angle of 285.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46065A is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 6 | 90 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.65 |
| HSL | 285.71º | 0.88% | 0.19% | - |
| HSV(B) | 285.71º | 0.93% | 0.35% | - |
| XYZ | 4.44 | 2.17 | 9.86 | - |
| YUV | 34.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 90 | 0.22 | 0.93 | 0 | 0.65 | 285.71 | 0.88 | 0.19 |
| Hex | 46 | 6 | 5A | 16 | 5D | 0 | 41 | 11E | 58 | 13 |
| Octal | 106 | 6 | 132 | 26 | 135 | 0 | 101 | 436 | 130 | 23 |
| Binary | 1000110 | 110 | 1011010 | 10110 | 1011101 | 0 | 1000001 | 100011110 | 1011000 | 10011 |
Color Harmonies of #46065A
Complementary color
Monochromatic Colors of #46065A
Black with #46065A
Text Example
Text Example
White with #46065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46065A; }
p { color: rgb(70,6,90); }
H1.HeaderClassName
{
color: #46065A;
}
.AnyTagClassName
{
color: #46065A;
}
</style>
background-color css
<style>
a { background-color: #46065A; }
a { background-color: rgb(70,6,90); }
div.DivClassName
{
background-color: #46065A;
}
.BgClassName
{
background-color: #46065A;
}
</style>
border-color css
<style>
span { border-color: #46065A; }
span { border-color: rgb(70,6,90); }
td.TdClassName
{
border-color: #46065A;
}
.TagClassName
{
border-color: #46065A;
}
</style>