Shades of Blackcurrant #46024F
Tints of Blackcurrant #46024F
RGB
CMYK
RGB Variations
Color information
#46024F (or 0x46024F) is known color: Blackcurrant. HEX triplet: 46, 02 and 4F. RGB value is (70,2,79). Sum of RGB (Red+Green+Blue) = 70+2+79=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #46024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46024F is #B9FDB0. Grayscale: #1E1E1E. Windows color (decimal): -12189105 or 5177926. OLE color: 5177926.
HSL color Cylindrical-coordinate representation of color #46024F: hue angle of 292.99º 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 #46024F is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 2 | 79 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.69 |
| HSL | 292.99º | 0.95% | 0.16% | - |
| HSV(B) | 292.99º | 0.97% | 0.31% | - |
| XYZ | 3.96 | 1.91 | 7.56 | - |
| YUV | 31.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 79 | 0.11 | 0.97 | 0 | 0.69 | 292.99 | 0.95 | 0.16 |
| Hex | 46 | 2 | 4F | B | 61 | 0 | 45 | 125 | 5F | 10 |
| Octal | 106 | 2 | 117 | 13 | 141 | 0 | 105 | 445 | 137 | 20 |
| Binary | 1000110 | 10 | 1001111 | 1011 | 1100001 | 0 | 1000101 | 100100101 | 1011111 | 10000 |
Color Harmonies of #46024F
Complementary color
Monochromatic Colors of #46024F
Black with #46024F
Text Example
Text Example
White with #46024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46024F; }
p { color: rgb(70,2,79); }
H1.HeaderClassName
{
color: #46024F;
}
.AnyTagClassName
{
color: #46024F;
}
</style>
background-color css
<style>
a { background-color: #46024F; }
a { background-color: rgb(70,2,79); }
div.DivClassName
{
background-color: #46024F;
}
.BgClassName
{
background-color: #46024F;
}
</style>
border-color css
<style>
span { border-color: #46024F; }
span { border-color: rgb(70,2,79); }
td.TdClassName
{
border-color: #46024F;
}
.TagClassName
{
border-color: #46024F;
}
</style>