#460050

Color #460050 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #460050

Tints of Blackcurrant #460050

Color information

#460050 (or 0x460050) is unknown color: approx Blackcurrant. HEX triplet: 46, 00 and 50. RGB value is (70,0,80). Sum of RGB (Red+Green+Blue) = 70+0+80=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #460050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460050 is #B9FFAF. Grayscale: #1D1D1D. Windows color (decimal): -12189616 or 5242950. OLE color: 5242950.

HSL color Cylindrical-coordinate representation of color #460050: hue angle of 292.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460050 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB70080-
CMYK0.12100.69
HSL292.5º100%15.69%-
HSV(B)292.5º100%31.37%-
XYZ3.971.887.74-
YUV30.05156.19156.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=46.67%
G=0%
B=53.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal700800.12100.69292.510015.69
Hex46050C640451246410
Octal106012014144010544414420
Binary1000110010100001100110010001000101100100100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460050; }

 p { color: rgb(70,0,80); }

 H1.HeaderClassName
 {
   color: #460050;
 }
 .AnyTagClassName
 {
   color: #460050;
 }
</style>
background-color css

<style>
 a { background-color: #460050; }

 a { background-color: rgb(70,0,80); }

 div.DivClassName
 {
   background-color: #460050;
 }
 .BgClassName
 {
   background-color: #460050;
 }
</style>
border-color css

<style>
 span { border-color: #460050; }

 span { border-color: rgb(70,0,80); }

 td.TdClassName
 {
   border-color: #460050;
 }
 .TagClassName
 {
   border-color: #460050;
 }
</style>