Shades of Blackcurrant #460050
Tints of Blackcurrant #460050
RGB
CMYK
RGB Variations
Color information
#460050 (or 0x460050) is known color: Blackcurrant. HEX triplet: 46, 00 and 50. RGB value is (70,0,80). Sum of RGB (Red+Green+Blue) = 70+0+80=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #460050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460050 is #B9FFAF. Grayscale: #1D1D1D. Windows color (decimal): -12189616 or 5242950. OLE color: 5242950.
HSL color Cylindrical-coordinate representation of color #460050: hue angle of 292.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460050 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 0 | 80 | - |
| CMYK | 0.12 | 1 | 0 | 0.69 |
| HSL | 292.5º | 1% | 0.16% | - |
| HSV(B) | 292.5º | 1% | 0.31% | - |
| XYZ | 3.97 | 1.88 | 7.74 | - |
| YUV | 30.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 80 | 0.12 | 1 | 0 | 0.69 | 292.5 | 1 | 0.16 |
| Hex | 46 | 0 | 50 | C | 64 | 0 | 45 | 124 | 64 | 10 |
| Octal | 106 | 0 | 120 | 14 | 144 | 0 | 105 | 444 | 144 | 20 |
| Binary | 1000110 | 0 | 1010000 | 1100 | 1100100 | 0 | 1000101 | 100100100 | 1100100 | 10000 |
Color Harmonies of #460050
Complementary color
Monochromatic Colors of #460050
Black with #460050
Text Example
Text Example
White with #460050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460050; }
p { color: rgb(70,0,80); }
H1.HeaderClassName
{
color: #460050;
}
.AnyTagClassName
{
color: #460050;
}
</style>
background-color css
<style>
a { background-color: #460050; }
a { background-color: rgb(70,0,80); }
div.DivClassName
{
background-color: #460050;
}
.BgClassName
{
background-color: #460050;
}
</style>
border-color css
<style>
span { border-color: #460050; }
span { border-color: rgb(70,0,80); }
td.TdClassName
{
border-color: #460050;
}
.TagClassName
{
border-color: #460050;
}
</style>