Shades of Blackcurrant #460153
Tints of Blackcurrant #460153
RGB
CMYK
RGB Variations
Color information
#460153 (or 0x460153) is known color: Blackcurrant. HEX triplet: 46, 01 and 53. RGB value is (70,1,83). Sum of RGB (Red+Green+Blue) = 70+1+83=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #460153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460153 is #B9FEAC. Grayscale: #1E1E1E. Windows color (decimal): -12189357 or 5439814. OLE color: 5439814.
HSL color Cylindrical-coordinate representation of color #460153: hue angle of 290.49º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460153 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 1 | 83 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.67 |
| HSL | 290.49º | 0.98% | 0.16% | - |
| HSV(B) | 290.49º | 0.99% | 0.33% | - |
| XYZ | 4.1 | 1.95 | 8.34 | - |
| YUV | 30.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 83 | 0.16 | 0.99 | 0 | 0.67 | 290.49 | 0.98 | 0.16 |
| Hex | 46 | 1 | 53 | 10 | 63 | 0 | 43 | 122 | 62 | 10 |
| Octal | 106 | 1 | 123 | 20 | 143 | 0 | 103 | 442 | 142 | 20 |
| Binary | 1000110 | 1 | 1010011 | 10000 | 1100011 | 0 | 1000011 | 100100010 | 1100010 | 10000 |
Color Harmonies of #460153
Complementary color
Monochromatic Colors of #460153
Black with #460153
Text Example
Text Example
White with #460153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460153; }
p { color: rgb(70,1,83); }
H1.HeaderClassName
{
color: #460153;
}
.AnyTagClassName
{
color: #460153;
}
</style>
background-color css
<style>
a { background-color: #460153; }
a { background-color: rgb(70,1,83); }
div.DivClassName
{
background-color: #460153;
}
.BgClassName
{
background-color: #460153;
}
</style>
border-color css
<style>
span { border-color: #460153; }
span { border-color: rgb(70,1,83); }
td.TdClassName
{
border-color: #460153;
}
.TagClassName
{
border-color: #460153;
}
</style>