Shades of Scarlet Gum #462857
Tints of Scarlet Gum #462857
RGB
CMYK
RGB Variations
Color information
#462857 (or 0x462857) is known color: Scarlet Gum. HEX triplet: 46, 28 and 57. RGB value is (70,40,87). Sum of RGB (Red+Green+Blue) = 70+40+87=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #462857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462857 is #B9D7A8. Grayscale: #363636. Windows color (decimal): -12179369 or 5711942. OLE color: 5711942.
HSL color Cylindrical-coordinate representation of color #462857: hue angle of 278.3º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462857 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 40 | 87 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.66 |
| HSL | 278.3º | 0.37% | 0.25% | - |
| HSV(B) | 278.3º | 0.54% | 0.34% | - |
| XYZ | 5 | 3.51 | 9.43 | - |
| YUV | 54.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 87 | 0.20 | 0.54 | 0 | 0.66 | 278.3 | 0.37 | 0.25 |
| Hex | 46 | 28 | 57 | 14 | 36 | 0 | 42 | 116 | 25 | 19 |
| Octal | 106 | 50 | 127 | 24 | 66 | 0 | 102 | 426 | 45 | 31 |
| Binary | 1000110 | 101000 | 1010111 | 10100 | 110110 | 0 | 1000010 | 100010110 | 100101 | 11001 |
Color Harmonies of #462857
Complementary color
Monochromatic Colors of #462857
Black with #462857
Text Example
Text Example
White with #462857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462857; }
p { color: rgb(70,40,87); }
H1.HeaderClassName
{
color: #462857;
}
.AnyTagClassName
{
color: #462857;
}
</style>
background-color css
<style>
a { background-color: #462857; }
a { background-color: rgb(70,40,87); }
div.DivClassName
{
background-color: #462857;
}
.BgClassName
{
background-color: #462857;
}
</style>
border-color css
<style>
span { border-color: #462857; }
span { border-color: rgb(70,40,87); }
td.TdClassName
{
border-color: #462857;
}
.TagClassName
{
border-color: #462857;
}
</style>