Shades of Scarlet Gum #462C5E
Tints of Scarlet Gum #462C5E
RGB
CMYK
RGB Variations
Color information
#462C5E (or 0x462C5E) is known color: Scarlet Gum. HEX triplet: 46, 2C and 5E. RGB value is (70,44,94). Sum of RGB (Red+Green+Blue) = 70+44+94=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #462C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C5E is #B9D3A1. Grayscale: #393939. Windows color (decimal): -12178338 or 6171718. OLE color: 6171718.
HSL color Cylindrical-coordinate representation of color #462C5E: hue angle of 271.2º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462C5E is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 44 | 94 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.63 |
| HSL | 271.2º | 0.36% | 0.27% | - |
| HSV(B) | 271.2º | 0.53% | 0.37% | - |
| XYZ | 5.45 | 3.91 | 11.06 | - |
| YUV | 57.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 94 | 0.26 | 0.53 | 0 | 0.63 | 271.2 | 0.36 | 0.27 |
| Hex | 46 | 2C | 5E | 1A | 35 | 0 | 3F | 10F | 24 | 1B |
| Octal | 106 | 54 | 136 | 32 | 65 | 0 | 77 | 417 | 44 | 33 |
| Binary | 1000110 | 101100 | 1011110 | 11010 | 110101 | 0 | 111111 | 100001111 | 100100 | 11011 |
Color Harmonies of #462C5E
Complementary color
Monochromatic Colors of #462C5E
Black with #462C5E
Text Example
Text Example
White with #462C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C5E; }
p { color: rgb(70,44,94); }
H1.HeaderClassName
{
color: #462C5E;
}
.AnyTagClassName
{
color: #462C5E;
}
</style>
background-color css
<style>
a { background-color: #462C5E; }
a { background-color: rgb(70,44,94); }
div.DivClassName
{
background-color: #462C5E;
}
.BgClassName
{
background-color: #462C5E;
}
</style>
border-color css
<style>
span { border-color: #462C5E; }
span { border-color: rgb(70,44,94); }
td.TdClassName
{
border-color: #462C5E;
}
.TagClassName
{
border-color: #462C5E;
}
</style>