Shades of Scarlet Gum #462F58
Tints of Scarlet Gum #462F58
RGB
CMYK
RGB Variations
Color information
#462F58 (or 0x462F58) is known color: Scarlet Gum. HEX triplet: 46, 2F and 58. RGB value is (70,47,88). Sum of RGB (Red+Green+Blue) = 70+47+88=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #462F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F58 is #B9D0A7. Grayscale: #3A3A3A. Windows color (decimal): -12177576 or 5779270. OLE color: 5779270.
HSL color Cylindrical-coordinate representation of color #462F58: hue angle of 273.66º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #462F58 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 47 | 88 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.65 |
| HSL | 273.66º | 0.3% | 0.26% | - |
| HSV(B) | 273.66º | 0.47% | 0.35% | - |
| XYZ | 5.3 | 4.04 | 9.73 | - |
| YUV | 58.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 88 | 0.20 | 0.47 | 0 | 0.65 | 273.66 | 0.3 | 0.26 |
| Hex | 46 | 2F | 58 | 14 | 2F | 0 | 41 | 112 | 1E | 1A |
| Octal | 106 | 57 | 130 | 24 | 57 | 0 | 101 | 422 | 36 | 32 |
| Binary | 1000110 | 101111 | 1011000 | 10100 | 101111 | 0 | 1000001 | 100010010 | 11110 | 11010 |
Color Harmonies of #462F58
Complementary color
Monochromatic Colors of #462F58
Black with #462F58
Text Example
Text Example
White with #462F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F58; }
p { color: rgb(70,47,88); }
H1.HeaderClassName
{
color: #462F58;
}
.AnyTagClassName
{
color: #462F58;
}
</style>
background-color css
<style>
a { background-color: #462F58; }
a { background-color: rgb(70,47,88); }
div.DivClassName
{
background-color: #462F58;
}
.BgClassName
{
background-color: #462F58;
}
</style>
border-color css
<style>
span { border-color: #462F58; }
span { border-color: rgb(70,47,88); }
td.TdClassName
{
border-color: #462F58;
}
.TagClassName
{
border-color: #462F58;
}
</style>