Shades of Scarlet Gum #463050
Tints of Scarlet Gum #463050
RGB
CMYK
RGB Variations
Color information
#463050 (or 0x463050) is known color: Scarlet Gum. HEX triplet: 46, 30 and 50. RGB value is (70,48,80). Sum of RGB (Red+Green+Blue) = 70+48+80=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #463050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463050 is #B9CFAF. Grayscale: #3A3A3A. Windows color (decimal): -12177328 or 5255238. OLE color: 5255238.
HSL color Cylindrical-coordinate representation of color #463050: hue angle of 281.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #463050 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 48 | 80 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.69 |
| HSL | 281.25º | 0.25% | 0.25% | - |
| HSV(B) | 281.25º | 0.4% | 0.31% | - |
| XYZ | 5.03 | 4 | 8.1 | - |
| YUV | 58.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 80 | 0.12 | 0.40 | 0 | 0.69 | 281.25 | 0.25 | 0.25 |
| Hex | 46 | 30 | 50 | C | 28 | 0 | 45 | 119 | 19 | 19 |
| Octal | 106 | 60 | 120 | 14 | 50 | 0 | 105 | 431 | 31 | 31 |
| Binary | 1000110 | 110000 | 1010000 | 1100 | 101000 | 0 | 1000101 | 100011001 | 11001 | 11001 |
Color Harmonies of #463050
Complementary color
Monochromatic Colors of #463050
Black with #463050
Text Example
Text Example
White with #463050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463050; }
p { color: rgb(70,48,80); }
H1.HeaderClassName
{
color: #463050;
}
.AnyTagClassName
{
color: #463050;
}
</style>
background-color css
<style>
a { background-color: #463050; }
a { background-color: rgb(70,48,80); }
div.DivClassName
{
background-color: #463050;
}
.BgClassName
{
background-color: #463050;
}
</style>
border-color css
<style>
span { border-color: #463050; }
span { border-color: rgb(70,48,80); }
td.TdClassName
{
border-color: #463050;
}
.TagClassName
{
border-color: #463050;
}
</style>