Shades of Scarlet Gum #46145B
Tints of Scarlet Gum #46145B
RGB
CMYK
RGB Variations
Color information
#46145B (or 0x46145B) is known color: Scarlet Gum. HEX triplet: 46, 14 and 5B. RGB value is (70,20,91). Sum of RGB (Red+Green+Blue) = 70+20+91=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #46145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46145B is #B9EBA4. Grayscale: #2A2A2A. Windows color (decimal): -12184485 or 5968966. OLE color: 5968966.
HSL color Cylindrical-coordinate representation of color #46145B: hue angle of 282.25º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46145B is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 20 | 91 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.64 |
| HSL | 282.25º | 0.64% | 0.22% | - |
| HSV(B) | 282.25º | 0.78% | 0.36% | - |
| XYZ | 4.66 | 2.56 | 10.15 | - |
| YUV | 43.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 91 | 0.23 | 0.78 | 0 | 0.64 | 282.25 | 0.64 | 0.22 |
| Hex | 46 | 14 | 5B | 17 | 4E | 0 | 40 | 11A | 40 | 16 |
| Octal | 106 | 24 | 133 | 27 | 116 | 0 | 100 | 432 | 100 | 26 |
| Binary | 1000110 | 10100 | 1011011 | 10111 | 1001110 | 0 | 1000000 | 100011010 | 1000000 | 10110 |
Color Harmonies of #46145B
Complementary color
Monochromatic Colors of #46145B
Black with #46145B
Text Example
Text Example
White with #46145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46145B; }
p { color: rgb(70,20,91); }
H1.HeaderClassName
{
color: #46145B;
}
.AnyTagClassName
{
color: #46145B;
}
</style>
background-color css
<style>
a { background-color: #46145B; }
a { background-color: rgb(70,20,91); }
div.DivClassName
{
background-color: #46145B;
}
.BgClassName
{
background-color: #46145B;
}
</style>
border-color css
<style>
span { border-color: #46145B; }
span { border-color: rgb(70,20,91); }
td.TdClassName
{
border-color: #46145B;
}
.TagClassName
{
border-color: #46145B;
}
</style>