Shades of Scarlet Gum #461B5B
Tints of Scarlet Gum #461B5B
RGB
CMYK
RGB Variations
Color information
#461B5B (or 0x461B5B) is known color: Scarlet Gum. HEX triplet: 46, 1B and 5B. RGB value is (70,27,91). Sum of RGB (Red+Green+Blue) = 70+27+91=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #461B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461B5B is #B9E4A4. Grayscale: #2E2E2E. Windows color (decimal): -12182693 or 5970758. OLE color: 5970758.
HSL color Cylindrical-coordinate representation of color #461B5B: hue angle of 280.31º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461B5B is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 27 | 91 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.64 |
| HSL | 280.31º | 0.54% | 0.23% | - |
| HSV(B) | 280.31º | 0.7% | 0.36% | - |
| XYZ | 4.81 | 2.84 | 10.19 | - |
| YUV | 47.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 91 | 0.23 | 0.70 | 0 | 0.64 | 280.31 | 0.54 | 0.23 |
| Hex | 46 | 1B | 5B | 17 | 46 | 0 | 40 | 118 | 36 | 17 |
| Octal | 106 | 33 | 133 | 27 | 106 | 0 | 100 | 430 | 66 | 27 |
| Binary | 1000110 | 11011 | 1011011 | 10111 | 1000110 | 0 | 1000000 | 100011000 | 110110 | 10111 |
Color Harmonies of #461B5B
Complementary color
Monochromatic Colors of #461B5B
Black with #461B5B
Text Example
Text Example
White with #461B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B5B; }
p { color: rgb(70,27,91); }
H1.HeaderClassName
{
color: #461B5B;
}
.AnyTagClassName
{
color: #461B5B;
}
</style>
background-color css
<style>
a { background-color: #461B5B; }
a { background-color: rgb(70,27,91); }
div.DivClassName
{
background-color: #461B5B;
}
.BgClassName
{
background-color: #461B5B;
}
</style>
border-color css
<style>
span { border-color: #461B5B; }
span { border-color: rgb(70,27,91); }
td.TdClassName
{
border-color: #461B5B;
}
.TagClassName
{
border-color: #461B5B;
}
</style>