Shades of Scarlet Gum #460F5B
Tints of Scarlet Gum #460F5B
RGB
CMYK
RGB Variations
Color information
#460F5B (or 0x460F5B) is known color: Scarlet Gum. HEX triplet: 46, 0F and 5B. RGB value is (70,15,91). Sum of RGB (Red+Green+Blue) = 70+15+91=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #460F5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F5B is #B9F0A4. Grayscale: #272727. Windows color (decimal): -12185765 or 5967686. OLE color: 5967686.
HSL color Cylindrical-coordinate representation of color #460F5B: hue angle of 283.42º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460F5B is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 15 | 91 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.64 |
| HSL | 283.42º | 0.72% | 0.21% | - |
| HSV(B) | 283.42º | 0.84% | 0.36% | - |
| XYZ | 4.58 | 2.4 | 10.12 | - |
| YUV | 40.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 91 | 0.23 | 0.84 | 0 | 0.64 | 283.42 | 0.72 | 0.21 |
| Hex | 46 | F | 5B | 17 | 54 | 0 | 40 | 11B | 48 | 15 |
| Octal | 106 | 17 | 133 | 27 | 124 | 0 | 100 | 433 | 110 | 25 |
| Binary | 1000110 | 1111 | 1011011 | 10111 | 1010100 | 0 | 1000000 | 100011011 | 1001000 | 10101 |
Color Harmonies of #460F5B
Complementary color
Monochromatic Colors of #460F5B
Black with #460F5B
Text Example
Text Example
White with #460F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F5B; }
p { color: rgb(70,15,91); }
H1.HeaderClassName
{
color: #460F5B;
}
.AnyTagClassName
{
color: #460F5B;
}
</style>
background-color css
<style>
a { background-color: #460F5B; }
a { background-color: rgb(70,15,91); }
div.DivClassName
{
background-color: #460F5B;
}
.BgClassName
{
background-color: #460F5B;
}
</style>
border-color css
<style>
span { border-color: #460F5B; }
span { border-color: rgb(70,15,91); }
td.TdClassName
{
border-color: #460F5B;
}
.TagClassName
{
border-color: #460F5B;
}
</style>