Shades of Blackcurrant #46014D
Tints of Blackcurrant #46014D
RGB
CMYK
RGB Variations
Color information
#46014D (or 0x46014D) is known color: Blackcurrant. HEX triplet: 46, 01 and 4D. RGB value is (70,1,77). Sum of RGB (Red+Green+Blue) = 70+1+77=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #46014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46014D is #B9FEB2. Grayscale: #1E1E1E. Windows color (decimal): -12189363 or 5046598. OLE color: 5046598.
HSL color Cylindrical-coordinate representation of color #46014D: hue angle of 294.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46014D is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 1 | 77 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.70 |
| HSL | 294.47º | 0.97% | 0.15% | - |
| HSV(B) | 294.47º | 0.99% | 0.3% | - |
| XYZ | 3.88 | 1.86 | 7.18 | - |
| YUV | 30.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 77 | 0.09 | 0.99 | 0 | 0.70 | 294.47 | 0.97 | 0.15 |
| Hex | 46 | 1 | 4D | 9 | 63 | 0 | 46 | 126 | 61 | F |
| Octal | 106 | 1 | 115 | 11 | 143 | 0 | 106 | 446 | 141 | 17 |
| Binary | 1000110 | 1 | 1001101 | 1001 | 1100011 | 0 | 1000110 | 100100110 | 1100001 | 1111 |
Color Harmonies of #46014D
Complementary color
Monochromatic Colors of #46014D
Black with #46014D
Text Example
Text Example
White with #46014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46014D; }
p { color: rgb(70,1,77); }
H1.HeaderClassName
{
color: #46014D;
}
.AnyTagClassName
{
color: #46014D;
}
</style>
background-color css
<style>
a { background-color: #46014D; }
a { background-color: rgb(70,1,77); }
div.DivClassName
{
background-color: #46014D;
}
.BgClassName
{
background-color: #46014D;
}
</style>
border-color css
<style>
span { border-color: #46014D; }
span { border-color: rgb(70,1,77); }
td.TdClassName
{
border-color: #46014D;
}
.TagClassName
{
border-color: #46014D;
}
</style>