Shades of Scarlet Gum #460F62
Tints of Scarlet Gum #460F62
RGB
CMYK
RGB Variations
Color information
#460F62 (or 0x460F62) is known color: Scarlet Gum. HEX triplet: 46, 0F and 62. RGB value is (70,15,98). Sum of RGB (Red+Green+Blue) = 70+15+98=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #460F62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F62 is #B9F09D. Grayscale: #282828. Windows color (decimal): -12185758 or 6426438. OLE color: 6426438.
HSL color Cylindrical-coordinate representation of color #460F62: hue angle of 279.76º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #460F62 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 15 | 98 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.62 |
| HSL | 279.76º | 0.73% | 0.22% | - |
| HSV(B) | 279.76º | 0.85% | 0.38% | - |
| XYZ | 4.9 | 2.53 | 11.78 | - |
| YUV | 40.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 98 | 0.29 | 0.85 | 0 | 0.62 | 279.76 | 0.73 | 0.22 |
| Hex | 46 | F | 62 | 1D | 55 | 0 | 3E | 118 | 49 | 16 |
| Octal | 106 | 17 | 142 | 35 | 125 | 0 | 76 | 430 | 111 | 26 |
| Binary | 1000110 | 1111 | 1100010 | 11101 | 1010101 | 0 | 111110 | 100011000 | 1001001 | 10110 |
Color Harmonies of #460F62
Complementary color
Monochromatic Colors of #460F62
Black with #460F62
Text Example
Text Example
White with #460F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F62; }
p { color: rgb(70,15,98); }
H1.HeaderClassName
{
color: #460F62;
}
.AnyTagClassName
{
color: #460F62;
}
</style>
background-color css
<style>
a { background-color: #460F62; }
a { background-color: rgb(70,15,98); }
div.DivClassName
{
background-color: #460F62;
}
.BgClassName
{
background-color: #460F62;
}
</style>
border-color css
<style>
span { border-color: #460F62; }
span { border-color: rgb(70,15,98); }
td.TdClassName
{
border-color: #460F62;
}
.TagClassName
{
border-color: #460F62;
}
</style>