Shades of Scarlet Gum #46145F
Tints of Scarlet Gum #46145F
RGB
CMYK
RGB Variations
Color information
#46145F (or 0x46145F) is known color: Scarlet Gum. HEX triplet: 46, 14 and 5F. RGB value is (70,20,95). Sum of RGB (Red+Green+Blue) = 70+20+95=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #46145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46145F is #B9EBA0. Grayscale: #2B2B2B. Windows color (decimal): -12184481 or 6231110. OLE color: 6231110.
HSL color Cylindrical-coordinate representation of color #46145F: hue angle of 280º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46145F is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 20 | 95 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.63 |
| HSL | 280º | 0.65% | 0.23% | - |
| HSV(B) | 280º | 0.79% | 0.37% | - |
| XYZ | 4.84 | 2.63 | 11.08 | - |
| YUV | 43.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 95 | 0.26 | 0.79 | 0 | 0.63 | 280 | 0.65 | 0.23 |
| Hex | 46 | 14 | 5F | 1A | 4F | 0 | 3F | 118 | 41 | 17 |
| Octal | 106 | 24 | 137 | 32 | 117 | 0 | 77 | 430 | 101 | 27 |
| Binary | 1000110 | 10100 | 1011111 | 11010 | 1001111 | 0 | 111111 | 100011000 | 1000001 | 10111 |
Color Harmonies of #46145F
Complementary color
Monochromatic Colors of #46145F
Black with #46145F
Text Example
Text Example
White with #46145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46145F; }
p { color: rgb(70,20,95); }
H1.HeaderClassName
{
color: #46145F;
}
.AnyTagClassName
{
color: #46145F;
}
</style>
background-color css
<style>
a { background-color: #46145F; }
a { background-color: rgb(70,20,95); }
div.DivClassName
{
background-color: #46145F;
}
.BgClassName
{
background-color: #46145F;
}
</style>
border-color css
<style>
span { border-color: #46145F; }
span { border-color: rgb(70,20,95); }
td.TdClassName
{
border-color: #46145F;
}
.TagClassName
{
border-color: #46145F;
}
</style>