Shades of Scarlet Gum #46295C
Tints of Scarlet Gum #46295C
RGB
CMYK
RGB Variations
Color information
#46295C (or 0x46295C) is known color: Scarlet Gum. HEX triplet: 46, 29 and 5C. RGB value is (70,41,92). Sum of RGB (Red+Green+Blue) = 70+41+92=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #46295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46295C is #B9D6A3. Grayscale: #373737. Windows color (decimal): -12179108 or 6039878. OLE color: 6039878.
HSL color Cylindrical-coordinate representation of color #46295C: hue angle of 274.12º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46295C is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 41 | 92 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.64 |
| HSL | 274.12º | 0.38% | 0.26% | - |
| HSV(B) | 274.12º | 0.55% | 0.36% | - |
| XYZ | 5.25 | 3.66 | 10.56 | - |
| YUV | 55.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 92 | 0.24 | 0.55 | 0 | 0.64 | 274.12 | 0.38 | 0.26 |
| Hex | 46 | 29 | 5C | 18 | 37 | 0 | 40 | 112 | 26 | 1A |
| Octal | 106 | 51 | 134 | 30 | 67 | 0 | 100 | 422 | 46 | 32 |
| Binary | 1000110 | 101001 | 1011100 | 11000 | 110111 | 0 | 1000000 | 100010010 | 100110 | 11010 |
Color Harmonies of #46295C
Complementary color
Monochromatic Colors of #46295C
Black with #46295C
Text Example
Text Example
White with #46295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46295C; }
p { color: rgb(70,41,92); }
H1.HeaderClassName
{
color: #46295C;
}
.AnyTagClassName
{
color: #46295C;
}
</style>
background-color css
<style>
a { background-color: #46295C; }
a { background-color: rgb(70,41,92); }
div.DivClassName
{
background-color: #46295C;
}
.BgClassName
{
background-color: #46295C;
}
</style>
border-color css
<style>
span { border-color: #46295C; }
span { border-color: rgb(70,41,92); }
td.TdClassName
{
border-color: #46295C;
}
.TagClassName
{
border-color: #46295C;
}
</style>