Shades of Scarlet Gum #46255B
Tints of Scarlet Gum #46255B
RGB
CMYK
RGB Variations
Color information
#46255B (or 0x46255B) is known color: Scarlet Gum. HEX triplet: 46, 25 and 5B. RGB value is (70,37,91). Sum of RGB (Red+Green+Blue) = 70+37+91=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #46255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46255B is #B9DAA4. Grayscale: #343434. Windows color (decimal): -12180133 or 5973318. OLE color: 5973318.
HSL color Cylindrical-coordinate representation of color #46255B: hue angle of 276.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46255B is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 37 | 91 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.64 |
| HSL | 276.67º | 0.42% | 0.25% | - |
| HSV(B) | 276.67º | 0.59% | 0.36% | - |
| XYZ | 5.08 | 3.38 | 10.28 | - |
| YUV | 53.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 91 | 0.23 | 0.59 | 0 | 0.64 | 276.67 | 0.42 | 0.25 |
| Hex | 46 | 25 | 5B | 17 | 3B | 0 | 40 | 115 | 2A | 19 |
| Octal | 106 | 45 | 133 | 27 | 73 | 0 | 100 | 425 | 52 | 31 |
| Binary | 1000110 | 100101 | 1011011 | 10111 | 111011 | 0 | 1000000 | 100010101 | 101010 | 11001 |
Color Harmonies of #46255B
Complementary color
Monochromatic Colors of #46255B
Black with #46255B
Text Example
Text Example
White with #46255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46255B; }
p { color: rgb(70,37,91); }
H1.HeaderClassName
{
color: #46255B;
}
.AnyTagClassName
{
color: #46255B;
}
</style>
background-color css
<style>
a { background-color: #46255B; }
a { background-color: rgb(70,37,91); }
div.DivClassName
{
background-color: #46255B;
}
.BgClassName
{
background-color: #46255B;
}
</style>
border-color css
<style>
span { border-color: #46255B; }
span { border-color: rgb(70,37,91); }
td.TdClassName
{
border-color: #46255B;
}
.TagClassName
{
border-color: #46255B;
}
</style>