Shades of Scarlet Gum #460F60
Tints of Scarlet Gum #460F60
RGB
CMYK
RGB Variations
Color information
#460F60 (or 0x460F60) is known color: Scarlet Gum. HEX triplet: 46, 0F and 60. RGB value is (70,15,96). Sum of RGB (Red+Green+Blue) = 70+15+96=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #460F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F60 is #B9F09F. Grayscale: #282828. Windows color (decimal): -12185760 or 6295366. OLE color: 6295366.
HSL color Cylindrical-coordinate representation of color #460F60: hue angle of 280.74º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460F60 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 15 | 96 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.62 |
| HSL | 280.74º | 0.73% | 0.22% | - |
| HSV(B) | 280.74º | 0.84% | 0.38% | - |
| XYZ | 4.81 | 2.49 | 11.29 | - |
| YUV | 40.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 96 | 0.27 | 0.84 | 0 | 0.62 | 280.74 | 0.73 | 0.22 |
| Hex | 46 | F | 60 | 1B | 54 | 0 | 3E | 119 | 49 | 16 |
| Octal | 106 | 17 | 140 | 33 | 124 | 0 | 76 | 431 | 111 | 26 |
| Binary | 1000110 | 1111 | 1100000 | 11011 | 1010100 | 0 | 111110 | 100011001 | 1001001 | 10110 |
Color Harmonies of #460F60
Complementary color
Monochromatic Colors of #460F60
Black with #460F60
Text Example
Text Example
White with #460F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F60; }
p { color: rgb(70,15,96); }
H1.HeaderClassName
{
color: #460F60;
}
.AnyTagClassName
{
color: #460F60;
}
</style>
background-color css
<style>
a { background-color: #460F60; }
a { background-color: rgb(70,15,96); }
div.DivClassName
{
background-color: #460F60;
}
.BgClassName
{
background-color: #460F60;
}
</style>
border-color css
<style>
span { border-color: #460F60; }
span { border-color: rgb(70,15,96); }
td.TdClassName
{
border-color: #460F60;
}
.TagClassName
{
border-color: #460F60;
}
</style>