Shades of Scarlet Gum #46245C
Tints of Scarlet Gum #46245C
RGB
CMYK
RGB Variations
Color information
#46245C (or 0x46245C) is known color: Scarlet Gum. HEX triplet: 46, 24 and 5C. RGB value is (70,36,92). Sum of RGB (Red+Green+Blue) = 70+36+92=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #46245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46245C is #B9DBA3. Grayscale: #343434. Windows color (decimal): -12180388 or 6038598. OLE color: 6038598.
HSL color Cylindrical-coordinate representation of color #46245C: hue angle of 276.43º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46245C is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 36 | 92 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.64 |
| HSL | 276.43º | 0.44% | 0.25% | - |
| HSV(B) | 276.43º | 0.61% | 0.36% | - |
| XYZ | 5.09 | 3.34 | 10.5 | - |
| YUV | 52.55 | 150.26 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 92 | 0.24 | 0.61 | 0 | 0.64 | 276.43 | 0.44 | 0.25 |
| Hex | 46 | 24 | 5C | 18 | 3D | 0 | 40 | 114 | 2C | 19 |
| Octal | 106 | 44 | 134 | 30 | 75 | 0 | 100 | 424 | 54 | 31 |
| Binary | 1000110 | 100100 | 1011100 | 11000 | 111101 | 0 | 1000000 | 100010100 | 101100 | 11001 |
Color Harmonies of #46245C
Complementary color
Monochromatic Colors of #46245C
Black with #46245C
Text Example
Text Example
White with #46245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46245C; }
p { color: rgb(70,36,92); }
H1.HeaderClassName
{
color: #46245C;
}
.AnyTagClassName
{
color: #46245C;
}
</style>
background-color css
<style>
a { background-color: #46245C; }
a { background-color: rgb(70,36,92); }
div.DivClassName
{
background-color: #46245C;
}
.BgClassName
{
background-color: #46245C;
}
</style>
border-color css
<style>
span { border-color: #46245C; }
span { border-color: rgb(70,36,92); }
td.TdClassName
{
border-color: #46245C;
}
.TagClassName
{
border-color: #46245C;
}
</style>