Shades of Scarlet Gum #46165C
Tints of Scarlet Gum #46165C
RGB
CMYK
RGB Variations
Color information
#46165C (or 0x46165C) is known color: Scarlet Gum. HEX triplet: 46, 16 and 5C. RGB value is (70,22,92). Sum of RGB (Red+Green+Blue) = 70+22+92=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #46165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46165C is #B9E9A3. Grayscale: #2C2C2C. Windows color (decimal): -12183972 or 6035014. OLE color: 6035014.
HSL color Cylindrical-coordinate representation of color #46165C: hue angle of 281.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46165C is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 22 | 92 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.64 |
| HSL | 281.14º | 0.61% | 0.22% | - |
| HSV(B) | 281.14º | 0.76% | 0.36% | - |
| XYZ | 4.74 | 2.65 | 10.39 | - |
| YUV | 44.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 92 | 0.24 | 0.76 | 0 | 0.64 | 281.14 | 0.61 | 0.22 |
| Hex | 46 | 16 | 5C | 18 | 4C | 0 | 40 | 119 | 3D | 16 |
| Octal | 106 | 26 | 134 | 30 | 114 | 0 | 100 | 431 | 75 | 26 |
| Binary | 1000110 | 10110 | 1011100 | 11000 | 1001100 | 0 | 1000000 | 100011001 | 111101 | 10110 |
Color Harmonies of #46165C
Complementary color
Monochromatic Colors of #46165C
Black with #46165C
Text Example
Text Example
White with #46165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46165C; }
p { color: rgb(70,22,92); }
H1.HeaderClassName
{
color: #46165C;
}
.AnyTagClassName
{
color: #46165C;
}
</style>
background-color css
<style>
a { background-color: #46165C; }
a { background-color: rgb(70,22,92); }
div.DivClassName
{
background-color: #46165C;
}
.BgClassName
{
background-color: #46165C;
}
</style>
border-color css
<style>
span { border-color: #46165C; }
span { border-color: rgb(70,22,92); }
td.TdClassName
{
border-color: #46165C;
}
.TagClassName
{
border-color: #46165C;
}
</style>