Shades of Scarlet Gum #462E5B
Tints of Scarlet Gum #462E5B
RGB
CMYK
RGB Variations
Color information
#462E5B (or 0x462E5B) is known color: Scarlet Gum. HEX triplet: 46, 2E and 5B. RGB value is (70,46,91). Sum of RGB (Red+Green+Blue) = 70+46+91=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #462E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E5B is #B9D1A4. Grayscale: #3A3A3A. Windows color (decimal): -12177829 or 5975622. OLE color: 5975622.
HSL color Cylindrical-coordinate representation of color #462E5B: hue angle of 272º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #462E5B is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 46 | 91 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.64 |
| HSL | 272º | 0.33% | 0.27% | - |
| HSV(B) | 272º | 0.49% | 0.36% | - |
| XYZ | 5.39 | 4.01 | 10.39 | - |
| YUV | 58.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 91 | 0.23 | 0.49 | 0 | 0.64 | 272 | 0.33 | 0.27 |
| Hex | 46 | 2E | 5B | 17 | 31 | 0 | 40 | 110 | 21 | 1B |
| Octal | 106 | 56 | 133 | 27 | 61 | 0 | 100 | 420 | 41 | 33 |
| Binary | 1000110 | 101110 | 1011011 | 10111 | 110001 | 0 | 1000000 | 100010000 | 100001 | 11011 |
Color Harmonies of #462E5B
Complementary color
Monochromatic Colors of #462E5B
Black with #462E5B
Text Example
Text Example
White with #462E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E5B; }
p { color: rgb(70,46,91); }
H1.HeaderClassName
{
color: #462E5B;
}
.AnyTagClassName
{
color: #462E5B;
}
</style>
background-color css
<style>
a { background-color: #462E5B; }
a { background-color: rgb(70,46,91); }
div.DivClassName
{
background-color: #462E5B;
}
.BgClassName
{
background-color: #462E5B;
}
</style>
border-color css
<style>
span { border-color: #462E5B; }
span { border-color: rgb(70,46,91); }
td.TdClassName
{
border-color: #462E5B;
}
.TagClassName
{
border-color: #462E5B;
}
</style>