Shades of Scarlet Gum #46085D
Tints of Scarlet Gum #46085D
RGB
CMYK
RGB Variations
Color information
#46085D (or 0x46085D) is known color: Scarlet Gum. HEX triplet: 46, 08 and 5D. RGB value is (70,8,93). Sum of RGB (Red+Green+Blue) = 70+8+93=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #46085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46085D is #B9F7A2. Grayscale: #232323. Windows color (decimal): -12187555 or 6096966. OLE color: 6096966.
HSL color Cylindrical-coordinate representation of color #46085D: hue angle of 283.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46085D is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 8 | 93 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.64 |
| HSL | 283.76º | 0.84% | 0.2% | - |
| HSV(B) | 283.76º | 0.91% | 0.36% | - |
| XYZ | 4.59 | 2.27 | 10.55 | - |
| YUV | 36.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 93 | 0.25 | 0.91 | 0 | 0.64 | 283.76 | 0.84 | 0.2 |
| Hex | 46 | 8 | 5D | 19 | 5B | 0 | 40 | 11C | 54 | 14 |
| Octal | 106 | 10 | 135 | 31 | 133 | 0 | 100 | 434 | 124 | 24 |
| Binary | 1000110 | 1000 | 1011101 | 11001 | 1011011 | 0 | 1000000 | 100011100 | 1010100 | 10100 |
Color Harmonies of #46085D
Complementary color
Monochromatic Colors of #46085D
Black with #46085D
Text Example
Text Example
White with #46085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46085D; }
p { color: rgb(70,8,93); }
H1.HeaderClassName
{
color: #46085D;
}
.AnyTagClassName
{
color: #46085D;
}
</style>
background-color css
<style>
a { background-color: #46085D; }
a { background-color: rgb(70,8,93); }
div.DivClassName
{
background-color: #46085D;
}
.BgClassName
{
background-color: #46085D;
}
</style>
border-color css
<style>
span { border-color: #46085D; }
span { border-color: rgb(70,8,93); }
td.TdClassName
{
border-color: #46085D;
}
.TagClassName
{
border-color: #46085D;
}
</style>