Shades of Scarlet Gum #460B57
Tints of Scarlet Gum #460B57
RGB
CMYK
RGB Variations
Color information
#460B57 (or 0x460B57) is known color: Scarlet Gum. HEX triplet: 46, 0B and 57. RGB value is (70,11,87). Sum of RGB (Red+Green+Blue) = 70+11+87=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #460B57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B57 is #B9F4A8. Grayscale: #252525. Windows color (decimal): -12186793 or 5704518. OLE color: 5704518.
HSL color Cylindrical-coordinate representation of color #460B57: hue angle of 286.58º degrees, saturation: 0.78, 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 #460B57 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 11 | 87 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.66 |
| HSL | 286.58º | 0.78% | 0.19% | - |
| HSV(B) | 286.58º | 0.87% | 0.34% | - |
| XYZ | 4.37 | 2.23 | 9.22 | - |
| YUV | 37.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 87 | 0.20 | 0.87 | 0 | 0.66 | 286.58 | 0.78 | 0.19 |
| Hex | 46 | B | 57 | 14 | 57 | 0 | 42 | 11F | 4E | 13 |
| Octal | 106 | 13 | 127 | 24 | 127 | 0 | 102 | 437 | 116 | 23 |
| Binary | 1000110 | 1011 | 1010111 | 10100 | 1010111 | 0 | 1000010 | 100011111 | 1001110 | 10011 |
Color Harmonies of #460B57
Complementary color
Monochromatic Colors of #460B57
Black with #460B57
Text Example
Text Example
White with #460B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B57; }
p { color: rgb(70,11,87); }
H1.HeaderClassName
{
color: #460B57;
}
.AnyTagClassName
{
color: #460B57;
}
</style>
background-color css
<style>
a { background-color: #460B57; }
a { background-color: rgb(70,11,87); }
div.DivClassName
{
background-color: #460B57;
}
.BgClassName
{
background-color: #460B57;
}
</style>
border-color css
<style>
span { border-color: #460B57; }
span { border-color: rgb(70,11,87); }
td.TdClassName
{
border-color: #460B57;
}
.TagClassName
{
border-color: #460B57;
}
</style>