Shades of Scarlet Gum #46115E
Tints of Scarlet Gum #46115E
RGB
CMYK
RGB Variations
Color information
#46115E (or 0x46115E) is known color: Scarlet Gum. HEX triplet: 46, 11 and 5E. RGB value is (70,17,94). Sum of RGB (Red+Green+Blue) = 70+17+94=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #46115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46115E is #B9EEA1. Grayscale: #292929. Windows color (decimal): -12185250 or 6164806. OLE color: 6164806.
HSL color Cylindrical-coordinate representation of color #46115E: hue angle of 281.3º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46115E is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 17 | 94 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.63 |
| HSL | 281.3º | 0.69% | 0.22% | - |
| HSV(B) | 281.3º | 0.82% | 0.37% | - |
| XYZ | 4.75 | 2.51 | 10.82 | - |
| YUV | 41.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 94 | 0.26 | 0.82 | 0 | 0.63 | 281.3 | 0.69 | 0.22 |
| Hex | 46 | 11 | 5E | 1A | 52 | 0 | 3F | 119 | 45 | 16 |
| Octal | 106 | 21 | 136 | 32 | 122 | 0 | 77 | 431 | 105 | 26 |
| Binary | 1000110 | 10001 | 1011110 | 11010 | 1010010 | 0 | 111111 | 100011001 | 1000101 | 10110 |
Color Harmonies of #46115E
Complementary color
Monochromatic Colors of #46115E
Black with #46115E
Text Example
Text Example
White with #46115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46115E; }
p { color: rgb(70,17,94); }
H1.HeaderClassName
{
color: #46115E;
}
.AnyTagClassName
{
color: #46115E;
}
</style>
background-color css
<style>
a { background-color: #46115E; }
a { background-color: rgb(70,17,94); }
div.DivClassName
{
background-color: #46115E;
}
.BgClassName
{
background-color: #46115E;
}
</style>
border-color css
<style>
span { border-color: #46115E; }
span { border-color: rgb(70,17,94); }
td.TdClassName
{
border-color: #46115E;
}
.TagClassName
{
border-color: #46115E;
}
</style>