Shades of Scarlet Gum #46205E
Tints of Scarlet Gum #46205E
RGB
CMYK
RGB Variations
Color information
#46205E (or 0x46205E) is known color: Scarlet Gum. HEX triplet: 46, 20 and 5E. RGB value is (70,32,94). Sum of RGB (Red+Green+Blue) = 70+32+94=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #46205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46205E is #B9DFA1. Grayscale: #323232. Windows color (decimal): -12181410 or 6168646. OLE color: 6168646.
HSL color Cylindrical-coordinate representation of color #46205E: hue angle of 276.77º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46205E is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 32 | 94 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.63 |
| HSL | 276.77º | 0.49% | 0.25% | - |
| HSV(B) | 276.77º | 0.66% | 0.37% | - |
| XYZ | 5.06 | 3.14 | 10.93 | - |
| YUV | 50.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 94 | 0.26 | 0.66 | 0 | 0.63 | 276.77 | 0.49 | 0.25 |
| Hex | 46 | 20 | 5E | 1A | 42 | 0 | 3F | 115 | 31 | 19 |
| Octal | 106 | 40 | 136 | 32 | 102 | 0 | 77 | 425 | 61 | 31 |
| Binary | 1000110 | 100000 | 1011110 | 11010 | 1000010 | 0 | 111111 | 100010101 | 110001 | 11001 |
Color Harmonies of #46205E
Complementary color
Monochromatic Colors of #46205E
Black with #46205E
Text Example
Text Example
White with #46205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46205E; }
p { color: rgb(70,32,94); }
H1.HeaderClassName
{
color: #46205E;
}
.AnyTagClassName
{
color: #46205E;
}
</style>
background-color css
<style>
a { background-color: #46205E; }
a { background-color: rgb(70,32,94); }
div.DivClassName
{
background-color: #46205E;
}
.BgClassName
{
background-color: #46205E;
}
</style>
border-color css
<style>
span { border-color: #46205E; }
span { border-color: rgb(70,32,94); }
td.TdClassName
{
border-color: #46205E;
}
.TagClassName
{
border-color: #46205E;
}
</style>