Shades of Scarlet Gum #460B56
Tints of Scarlet Gum #460B56
RGB
CMYK
RGB Variations
Color information
#460B56 (or 0x460B56) is known color: Scarlet Gum. HEX triplet: 46, 0B and 56. RGB value is (70,11,86). Sum of RGB (Red+Green+Blue) = 70+11+86=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #460B56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B56 is #B9F4A9. Grayscale: #242424. Windows color (decimal): -12186794 or 5638982. OLE color: 5638982.
HSL color Cylindrical-coordinate representation of color #460B56: hue angle of 287.2º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460B56 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 11 | 86 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.66 |
| HSL | 287.2º | 0.77% | 0.19% | - |
| HSV(B) | 287.2º | 0.87% | 0.34% | - |
| XYZ | 4.33 | 2.21 | 9 | - |
| YUV | 37.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 86 | 0.19 | 0.87 | 0 | 0.66 | 287.2 | 0.77 | 0.19 |
| Hex | 46 | B | 56 | 13 | 57 | 0 | 42 | 11F | 4D | 13 |
| Octal | 106 | 13 | 126 | 23 | 127 | 0 | 102 | 437 | 115 | 23 |
| Binary | 1000110 | 1011 | 1010110 | 10011 | 1010111 | 0 | 1000010 | 100011111 | 1001101 | 10011 |
Color Harmonies of #460B56
Complementary color
Monochromatic Colors of #460B56
Black with #460B56
Text Example
Text Example
White with #460B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B56; }
p { color: rgb(70,11,86); }
H1.HeaderClassName
{
color: #460B56;
}
.AnyTagClassName
{
color: #460B56;
}
</style>
background-color css
<style>
a { background-color: #460B56; }
a { background-color: rgb(70,11,86); }
div.DivClassName
{
background-color: #460B56;
}
.BgClassName
{
background-color: #460B56;
}
</style>
border-color css
<style>
span { border-color: #460B56; }
span { border-color: rgb(70,11,86); }
td.TdClassName
{
border-color: #460B56;
}
.TagClassName
{
border-color: #460B56;
}
</style>