Shades of Scarlet Gum #46285E
Tints of Scarlet Gum #46285E
RGB
CMYK
RGB Variations
Color information
#46285E (or 0x46285E) is known color: Scarlet Gum. HEX triplet: 46, 28 and 5E. RGB value is (70,40,94). Sum of RGB (Red+Green+Blue) = 70+40+94=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #46285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46285E is #B9D7A1. Grayscale: #363636. Windows color (decimal): -12179362 or 6170694. OLE color: 6170694.
HSL color Cylindrical-coordinate representation of color #46285E: hue angle of 273.33º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46285E is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 40 | 94 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.63 |
| HSL | 273.33º | 0.4% | 0.26% | - |
| HSV(B) | 273.33º | 0.57% | 0.37% | - |
| XYZ | 5.3 | 3.63 | 11.01 | - |
| YUV | 55.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 94 | 0.26 | 0.57 | 0 | 0.63 | 273.33 | 0.4 | 0.26 |
| Hex | 46 | 28 | 5E | 1A | 39 | 0 | 3F | 111 | 28 | 1A |
| Octal | 106 | 50 | 136 | 32 | 71 | 0 | 77 | 421 | 50 | 32 |
| Binary | 1000110 | 101000 | 1011110 | 11010 | 111001 | 0 | 111111 | 100010001 | 101000 | 11010 |
Color Harmonies of #46285E
Complementary color
Monochromatic Colors of #46285E
Black with #46285E
Text Example
Text Example
White with #46285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46285E; }
p { color: rgb(70,40,94); }
H1.HeaderClassName
{
color: #46285E;
}
.AnyTagClassName
{
color: #46285E;
}
</style>
background-color css
<style>
a { background-color: #46285E; }
a { background-color: rgb(70,40,94); }
div.DivClassName
{
background-color: #46285E;
}
.BgClassName
{
background-color: #46285E;
}
</style>
border-color css
<style>
span { border-color: #46285E; }
span { border-color: rgb(70,40,94); }
td.TdClassName
{
border-color: #46285E;
}
.TagClassName
{
border-color: #46285E;
}
</style>