Shades of Scarlet Gum #46315D
Tints of Scarlet Gum #46315D
RGB
CMYK
RGB Variations
Color information
#46315D (or 0x46315D) is known color: Scarlet Gum. HEX triplet: 46, 31 and 5D. RGB value is (70,49,93). Sum of RGB (Red+Green+Blue) = 70+49+93=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #46315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46315D is #B9CEA2. Grayscale: #3C3C3C. Windows color (decimal): -12177059 or 6107462. OLE color: 6107462.
HSL color Cylindrical-coordinate representation of color #46315D: hue angle of 268.64º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46315D is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 49 | 93 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.64 |
| HSL | 268.64º | 0.31% | 0.28% | - |
| HSV(B) | 268.64º | 0.47% | 0.36% | - |
| XYZ | 5.6 | 4.29 | 10.89 | - |
| YUV | 60.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 93 | 0.25 | 0.47 | 0 | 0.64 | 268.64 | 0.31 | 0.28 |
| Hex | 46 | 31 | 5D | 19 | 2F | 0 | 40 | 10D | 1F | 1C |
| Octal | 106 | 61 | 135 | 31 | 57 | 0 | 100 | 415 | 37 | 34 |
| Binary | 1000110 | 110001 | 1011101 | 11001 | 101111 | 0 | 1000000 | 100001101 | 11111 | 11100 |
Color Harmonies of #46315D
Complementary color
Monochromatic Colors of #46315D
Black with #46315D
Text Example
Text Example
White with #46315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46315D; }
p { color: rgb(70,49,93); }
H1.HeaderClassName
{
color: #46315D;
}
.AnyTagClassName
{
color: #46315D;
}
</style>
background-color css
<style>
a { background-color: #46315D; }
a { background-color: rgb(70,49,93); }
div.DivClassName
{
background-color: #46315D;
}
.BgClassName
{
background-color: #46315D;
}
</style>
border-color css
<style>
span { border-color: #46315D; }
span { border-color: rgb(70,49,93); }
td.TdClassName
{
border-color: #46315D;
}
.TagClassName
{
border-color: #46315D;
}
</style>