Shades of Scarlet Gum #46245B
Tints of Scarlet Gum #46245B
RGB
CMYK
RGB Variations
Color information
#46245B (or 0x46245B) is known color: Scarlet Gum. HEX triplet: 46, 24 and 5B. RGB value is (70,36,91). Sum of RGB (Red+Green+Blue) = 70+36+91=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #46245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46245B is #B9DBA4. Grayscale: #343434. Windows color (decimal): -12180389 or 5973062. OLE color: 5973062.
HSL color Cylindrical-coordinate representation of color #46245B: hue angle of 277.09º 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 #46245B is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 36 | 91 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.64 |
| HSL | 277.09º | 0.43% | 0.25% | - |
| HSV(B) | 277.09º | 0.6% | 0.36% | - |
| XYZ | 5.04 | 3.32 | 10.27 | - |
| YUV | 52.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 91 | 0.23 | 0.60 | 0 | 0.64 | 277.09 | 0.43 | 0.25 |
| Hex | 46 | 24 | 5B | 17 | 3C | 0 | 40 | 115 | 2B | 19 |
| Octal | 106 | 44 | 133 | 27 | 74 | 0 | 100 | 425 | 53 | 31 |
| Binary | 1000110 | 100100 | 1011011 | 10111 | 111100 | 0 | 1000000 | 100010101 | 101011 | 11001 |
Color Harmonies of #46245B
Complementary color
Monochromatic Colors of #46245B
Black with #46245B
Text Example
Text Example
White with #46245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46245B; }
p { color: rgb(70,36,91); }
H1.HeaderClassName
{
color: #46245B;
}
.AnyTagClassName
{
color: #46245B;
}
</style>
background-color css
<style>
a { background-color: #46245B; }
a { background-color: rgb(70,36,91); }
div.DivClassName
{
background-color: #46245B;
}
.BgClassName
{
background-color: #46245B;
}
</style>
border-color css
<style>
span { border-color: #46245B; }
span { border-color: rgb(70,36,91); }
td.TdClassName
{
border-color: #46245B;
}
.TagClassName
{
border-color: #46245B;
}
</style>