Shades of Scarlet Gum #46255C
Tints of Scarlet Gum #46255C
RGB
CMYK
RGB Variations
Color information
#46255C (or 0x46255C) is known color: Scarlet Gum. HEX triplet: 46, 25 and 5C. RGB value is (70,37,92). Sum of RGB (Red+Green+Blue) = 70+37+92=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #46255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46255C is #B9DAA3. Grayscale: #343434. Windows color (decimal): -12180132 or 6038854. OLE color: 6038854.
HSL color Cylindrical-coordinate representation of color #46255C: hue angle of 276º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46255C is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 37 | 92 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.64 |
| HSL | 276º | 0.43% | 0.25% | - |
| HSV(B) | 276º | 0.6% | 0.36% | - |
| XYZ | 5.12 | 3.4 | 10.51 | - |
| YUV | 53.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 92 | 0.24 | 0.60 | 0 | 0.64 | 276 | 0.43 | 0.25 |
| Hex | 46 | 25 | 5C | 18 | 3C | 0 | 40 | 114 | 2B | 19 |
| Octal | 106 | 45 | 134 | 30 | 74 | 0 | 100 | 424 | 53 | 31 |
| Binary | 1000110 | 100101 | 1011100 | 11000 | 111100 | 0 | 1000000 | 100010100 | 101011 | 11001 |
Color Harmonies of #46255C
Complementary color
Monochromatic Colors of #46255C
Black with #46255C
Text Example
Text Example
White with #46255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46255C; }
p { color: rgb(70,37,92); }
H1.HeaderClassName
{
color: #46255C;
}
.AnyTagClassName
{
color: #46255C;
}
</style>
background-color css
<style>
a { background-color: #46255C; }
a { background-color: rgb(70,37,92); }
div.DivClassName
{
background-color: #46255C;
}
.BgClassName
{
background-color: #46255C;
}
</style>
border-color css
<style>
span { border-color: #46255C; }
span { border-color: rgb(70,37,92); }
td.TdClassName
{
border-color: #46255C;
}
.TagClassName
{
border-color: #46255C;
}
</style>