Shades of Scarlet Gum #461E54
Tints of Scarlet Gum #461E54
RGB
CMYK
RGB Variations
Color information
#461E54 (or 0x461E54) is known color: Scarlet Gum. HEX triplet: 46, 1E and 54. RGB value is (70,30,84). Sum of RGB (Red+Green+Blue) = 70+30+84=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #461E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E54 is #B9E1AB. Grayscale: #2F2F2F. Windows color (decimal): -12181932 or 5512774. OLE color: 5512774.
HSL color Cylindrical-coordinate representation of color #461E54: hue angle of 284.44º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461E54 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 30 | 84 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.67 |
| HSL | 284.44º | 0.47% | 0.22% | - |
| HSV(B) | 284.44º | 0.64% | 0.33% | - |
| XYZ | 4.59 | 2.87 | 8.7 | - |
| YUV | 48.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 84 | 0.17 | 0.64 | 0 | 0.67 | 284.44 | 0.47 | 0.22 |
| Hex | 46 | 1E | 54 | 11 | 40 | 0 | 43 | 11C | 2F | 16 |
| Octal | 106 | 36 | 124 | 21 | 100 | 0 | 103 | 434 | 57 | 26 |
| Binary | 1000110 | 11110 | 1010100 | 10001 | 1000000 | 0 | 1000011 | 100011100 | 101111 | 10110 |
Color Harmonies of #461E54
Complementary color
Monochromatic Colors of #461E54
Black with #461E54
Text Example
Text Example
White with #461E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E54; }
p { color: rgb(70,30,84); }
H1.HeaderClassName
{
color: #461E54;
}
.AnyTagClassName
{
color: #461E54;
}
</style>
background-color css
<style>
a { background-color: #461E54; }
a { background-color: rgb(70,30,84); }
div.DivClassName
{
background-color: #461E54;
}
.BgClassName
{
background-color: #461E54;
}
</style>
border-color css
<style>
span { border-color: #461E54; }
span { border-color: rgb(70,30,84); }
td.TdClassName
{
border-color: #461E54;
}
.TagClassName
{
border-color: #461E54;
}
</style>