Shades of Scarlet Gum #46305D
Tints of Scarlet Gum #46305D
RGB
CMYK
RGB Variations
Color information
#46305D (or 0x46305D) is known color: Scarlet Gum. HEX triplet: 46, 30 and 5D. RGB value is (70,48,93). Sum of RGB (Red+Green+Blue) = 70+48+93=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #46305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46305D is #B9CFA2. Grayscale: #3B3B3B. Windows color (decimal): -12177315 or 6107206. OLE color: 6107206.
HSL color Cylindrical-coordinate representation of color #46305D: hue angle of 269.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46305D is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 48 | 93 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.64 |
| HSL | 269.33º | 0.32% | 0.28% | - |
| HSV(B) | 269.33º | 0.48% | 0.36% | - |
| XYZ | 5.56 | 4.21 | 10.87 | - |
| YUV | 59.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 93 | 0.25 | 0.48 | 0 | 0.64 | 269.33 | 0.32 | 0.28 |
| Hex | 46 | 30 | 5D | 19 | 30 | 0 | 40 | 10D | 20 | 1C |
| Octal | 106 | 60 | 135 | 31 | 60 | 0 | 100 | 415 | 40 | 34 |
| Binary | 1000110 | 110000 | 1011101 | 11001 | 110000 | 0 | 1000000 | 100001101 | 100000 | 11100 |
Color Harmonies of #46305D
Complementary color
Monochromatic Colors of #46305D
Black with #46305D
Text Example
Text Example
White with #46305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46305D; }
p { color: rgb(70,48,93); }
H1.HeaderClassName
{
color: #46305D;
}
.AnyTagClassName
{
color: #46305D;
}
</style>
background-color css
<style>
a { background-color: #46305D; }
a { background-color: rgb(70,48,93); }
div.DivClassName
{
background-color: #46305D;
}
.BgClassName
{
background-color: #46305D;
}
</style>
border-color css
<style>
span { border-color: #46305D; }
span { border-color: rgb(70,48,93); }
td.TdClassName
{
border-color: #46305D;
}
.TagClassName
{
border-color: #46305D;
}
</style>