Shades of Blackcurrant #460250
Tints of Blackcurrant #460250
RGB
CMYK
RGB Variations
Color information
#460250 (or 0x460250) is known color: Blackcurrant. HEX triplet: 46, 02 and 50. RGB value is (70,2,80). Sum of RGB (Red+Green+Blue) = 70+2+80=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #460250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460250 is #B9FDAF. Grayscale: #1E1E1E. Windows color (decimal): -12189104 or 5243462. OLE color: 5243462.
HSL color Cylindrical-coordinate representation of color #460250: hue angle of 292.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460250 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 2 | 80 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.69 |
| HSL | 292.31º | 0.95% | 0.16% | - |
| HSV(B) | 292.31º | 0.98% | 0.31% | - |
| XYZ | 4 | 1.92 | 7.75 | - |
| YUV | 31.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 80 | 0.12 | 0.98 | 0 | 0.69 | 292.31 | 0.95 | 0.16 |
| Hex | 46 | 2 | 50 | C | 62 | 0 | 45 | 124 | 5F | 10 |
| Octal | 106 | 2 | 120 | 14 | 142 | 0 | 105 | 444 | 137 | 20 |
| Binary | 1000110 | 10 | 1010000 | 1100 | 1100010 | 0 | 1000101 | 100100100 | 1011111 | 10000 |
Color Harmonies of #460250
Complementary color
Monochromatic Colors of #460250
Black with #460250
Text Example
Text Example
White with #460250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460250; }
p { color: rgb(70,2,80); }
H1.HeaderClassName
{
color: #460250;
}
.AnyTagClassName
{
color: #460250;
}
</style>
background-color css
<style>
a { background-color: #460250; }
a { background-color: rgb(70,2,80); }
div.DivClassName
{
background-color: #460250;
}
.BgClassName
{
background-color: #460250;
}
</style>
border-color css
<style>
span { border-color: #460250; }
span { border-color: rgb(70,2,80); }
td.TdClassName
{
border-color: #460250;
}
.TagClassName
{
border-color: #460250;
}
</style>