Shades of Scarlet Gum #462A56
Tints of Scarlet Gum #462A56
RGB
CMYK
RGB Variations
Color information
#462A56 (or 0x462A56) is known color: Scarlet Gum. HEX triplet: 46, 2A and 56. RGB value is (70,42,86). Sum of RGB (Red+Green+Blue) = 70+42+86=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #462A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A56 is #B9D5A9. Grayscale: #373737. Windows color (decimal): -12178858 or 5646918. OLE color: 5646918.
HSL color Cylindrical-coordinate representation of color #462A56: hue angle of 278.18º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462A56 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 42 | 86 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.66 |
| HSL | 278.18º | 0.34% | 0.25% | - |
| HSV(B) | 278.18º | 0.51% | 0.34% | - |
| XYZ | 5.03 | 3.63 | 9.24 | - |
| YUV | 55.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 86 | 0.19 | 0.51 | 0 | 0.66 | 278.18 | 0.34 | 0.25 |
| Hex | 46 | 2A | 56 | 13 | 33 | 0 | 42 | 116 | 22 | 19 |
| Octal | 106 | 52 | 126 | 23 | 63 | 0 | 102 | 426 | 42 | 31 |
| Binary | 1000110 | 101010 | 1010110 | 10011 | 110011 | 0 | 1000010 | 100010110 | 100010 | 11001 |
Color Harmonies of #462A56
Complementary color
Monochromatic Colors of #462A56
Black with #462A56
Text Example
Text Example
White with #462A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A56; }
p { color: rgb(70,42,86); }
H1.HeaderClassName
{
color: #462A56;
}
.AnyTagClassName
{
color: #462A56;
}
</style>
background-color css
<style>
a { background-color: #462A56; }
a { background-color: rgb(70,42,86); }
div.DivClassName
{
background-color: #462A56;
}
.BgClassName
{
background-color: #462A56;
}
</style>
border-color css
<style>
span { border-color: #462A56; }
span { border-color: rgb(70,42,86); }
td.TdClassName
{
border-color: #462A56;
}
.TagClassName
{
border-color: #462A56;
}
</style>