Shades of Scarlet Gum #462A5E
Tints of Scarlet Gum #462A5E
RGB
CMYK
RGB Variations
Color information
#462A5E (or 0x462A5E) is known color: Scarlet Gum. HEX triplet: 46, 2A and 5E. RGB value is (70,42,94). Sum of RGB (Red+Green+Blue) = 70+42+94=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #462A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A5E is #B9D5A1. Grayscale: #383838. Windows color (decimal): -12178850 or 6171206. OLE color: 6171206.
HSL color Cylindrical-coordinate representation of color #462A5E: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #462A5E is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 42 | 94 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.63 |
| HSL | 272.31º | 0.38% | 0.27% | - |
| HSV(B) | 272.31º | 0.55% | 0.37% | - |
| XYZ | 5.37 | 3.77 | 11.03 | - |
| YUV | 56.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 94 | 0.26 | 0.55 | 0 | 0.63 | 272.31 | 0.38 | 0.27 |
| Hex | 46 | 2A | 5E | 1A | 37 | 0 | 3F | 110 | 26 | 1B |
| Octal | 106 | 52 | 136 | 32 | 67 | 0 | 77 | 420 | 46 | 33 |
| Binary | 1000110 | 101010 | 1011110 | 11010 | 110111 | 0 | 111111 | 100010000 | 100110 | 11011 |
Color Harmonies of #462A5E
Complementary color
Monochromatic Colors of #462A5E
Black with #462A5E
Text Example
Text Example
White with #462A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A5E; }
p { color: rgb(70,42,94); }
H1.HeaderClassName
{
color: #462A5E;
}
.AnyTagClassName
{
color: #462A5E;
}
</style>
background-color css
<style>
a { background-color: #462A5E; }
a { background-color: rgb(70,42,94); }
div.DivClassName
{
background-color: #462A5E;
}
.BgClassName
{
background-color: #462A5E;
}
</style>
border-color css
<style>
span { border-color: #462A5E; }
span { border-color: rgb(70,42,94); }
td.TdClassName
{
border-color: #462A5E;
}
.TagClassName
{
border-color: #462A5E;
}
</style>