Shades of Blackcurrant #46024E
Tints of Blackcurrant #46024E
RGB
CMYK
RGB Variations
Color information
#46024E (or 0x46024E) is known color: Blackcurrant. HEX triplet: 46, 02 and 4E. RGB value is (70,2,78). Sum of RGB (Red+Green+Blue) = 70+2+78=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #46024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46024E is #B9FDB1. Grayscale: #1E1E1E. Windows color (decimal): -12189106 or 5112390. OLE color: 5112390.
HSL color Cylindrical-coordinate representation of color #46024E: hue angle of 293.68º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46024E is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 2 | 78 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.69 |
| HSL | 293.68º | 0.95% | 0.16% | - |
| HSV(B) | 293.68º | 0.97% | 0.31% | - |
| XYZ | 3.92 | 1.9 | 7.37 | - |
| YUV | 31 | 154.53 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 78 | 0.10 | 0.97 | 0 | 0.69 | 293.68 | 0.95 | 0.16 |
| Hex | 46 | 2 | 4E | A | 61 | 0 | 45 | 126 | 5F | 10 |
| Octal | 106 | 2 | 116 | 12 | 141 | 0 | 105 | 446 | 137 | 20 |
| Binary | 1000110 | 10 | 1001110 | 1010 | 1100001 | 0 | 1000101 | 100100110 | 1011111 | 10000 |
Color Harmonies of #46024E
Complementary color
Monochromatic Colors of #46024E
Black with #46024E
Text Example
Text Example
White with #46024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46024E; }
p { color: rgb(70,2,78); }
H1.HeaderClassName
{
color: #46024E;
}
.AnyTagClassName
{
color: #46024E;
}
</style>
background-color css
<style>
a { background-color: #46024E; }
a { background-color: rgb(70,2,78); }
div.DivClassName
{
background-color: #46024E;
}
.BgClassName
{
background-color: #46024E;
}
</style>
border-color css
<style>
span { border-color: #46024E; }
span { border-color: rgb(70,2,78); }
td.TdClassName
{
border-color: #46024E;
}
.TagClassName
{
border-color: #46024E;
}
</style>