Shades of Scarlet Gum #46314D
Tints of Scarlet Gum #46314D
RGB
CMYK
RGB Variations
Color information
#46314D (or 0x46314D) is known color: Scarlet Gum. HEX triplet: 46, 31 and 4D. RGB value is (70,49,77). Sum of RGB (Red+Green+Blue) = 70+49+77=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #46314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46314D is #B9CEB2. Grayscale: #3A3A3A. Windows color (decimal): -12177075 or 5058886. OLE color: 5058886.
HSL color Cylindrical-coordinate representation of color #46314D: hue angle of 285º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46314D is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 49 | 77 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.70 |
| HSL | 285º | 0.22% | 0.25% | - |
| HSV(B) | 285º | 0.36% | 0.3% | - |
| XYZ | 4.96 | 4.03 | 7.54 | - |
| YUV | 58.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 77 | 0.09 | 0.36 | 0 | 0.70 | 285 | 0.22 | 0.25 |
| Hex | 46 | 31 | 4D | 9 | 24 | 0 | 46 | 11D | 16 | 19 |
| Octal | 106 | 61 | 115 | 11 | 44 | 0 | 106 | 435 | 26 | 31 |
| Binary | 1000110 | 110001 | 1001101 | 1001 | 100100 | 0 | 1000110 | 100011101 | 10110 | 11001 |
Color Harmonies of #46314D
Complementary color
Monochromatic Colors of #46314D
Black with #46314D
Text Example
Text Example
White with #46314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46314D; }
p { color: rgb(70,49,77); }
H1.HeaderClassName
{
color: #46314D;
}
.AnyTagClassName
{
color: #46314D;
}
</style>
background-color css
<style>
a { background-color: #46314D; }
a { background-color: rgb(70,49,77); }
div.DivClassName
{
background-color: #46314D;
}
.BgClassName
{
background-color: #46314D;
}
</style>
border-color css
<style>
span { border-color: #46314D; }
span { border-color: rgb(70,49,77); }
td.TdClassName
{
border-color: #46314D;
}
.TagClassName
{
border-color: #46314D;
}
</style>