Shades of Scarlet Gum #46334D
Tints of Scarlet Gum #46334D
RGB
CMYK
RGB Variations
Color information
#46334D (or 0x46334D) is known color: Scarlet Gum. HEX triplet: 46, 33 and 4D. RGB value is (70,51,77). Sum of RGB (Red+Green+Blue) = 70+51+77=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #46334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46334D is #B9CCB2. Grayscale: #3B3B3B. Windows color (decimal): -12176563 or 5059398. OLE color: 5059398.
HSL color Cylindrical-coordinate representation of color #46334D: hue angle of 283.85º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #46334D is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 51 | 77 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.70 |
| HSL | 283.85º | 0.2% | 0.25% | - |
| HSV(B) | 283.85º | 0.34% | 0.3% | - |
| XYZ | 5.05 | 4.21 | 7.57 | - |
| YUV | 59.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 77 | 0.09 | 0.34 | 0 | 0.70 | 283.85 | 0.2 | 0.25 |
| Hex | 46 | 33 | 4D | 9 | 22 | 0 | 46 | 11C | 14 | 19 |
| Octal | 106 | 63 | 115 | 11 | 42 | 0 | 106 | 434 | 24 | 31 |
| Binary | 1000110 | 110011 | 1001101 | 1001 | 100010 | 0 | 1000110 | 100011100 | 10100 | 11001 |
Color Harmonies of #46334D
Complementary color
Monochromatic Colors of #46334D
Black with #46334D
Text Example
Text Example
White with #46334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46334D; }
p { color: rgb(70,51,77); }
H1.HeaderClassName
{
color: #46334D;
}
.AnyTagClassName
{
color: #46334D;
}
</style>
background-color css
<style>
a { background-color: #46334D; }
a { background-color: rgb(70,51,77); }
div.DivClassName
{
background-color: #46334D;
}
.BgClassName
{
background-color: #46334D;
}
</style>
border-color css
<style>
span { border-color: #46334D; }
span { border-color: rgb(70,51,77); }
td.TdClassName
{
border-color: #46334D;
}
.TagClassName
{
border-color: #46334D;
}
</style>