#46024E

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

Shades of Blackcurrant #46024E

Tints of Blackcurrant #46024E

Color information

#46024E (or 0x46024E) is unknown color: approx Blackcurrant. HEX triplet: 46, 02 and 4E. RGB value is (70,2,78). Sum of RGB (Red+Green+Blue) = 70+2+78=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #46024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46024E is #B9FDB1. Grayscale: #1E1E1E. Windows color (decimal): -12189106 or 5112390. OLE color: 5112390.

HSL color Cylindrical-coordinate representation of color #46024E: hue angle of 293.68º 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 #46024E is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB70278-
CMYK0.100.9700.69
HSL293.68º95%15.69%-
HSV(B)293.68º97.44%30.59%-
XYZ3.921.97.37-
YUV31154.53155.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 78 (30.86% from 255) = 52%
R=46.67%
G=1.33%
B=52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal702780.100.9700.69293.689515.69
Hex4624EA610451265f10
Octal106211612141010544613720
Binary10001101010011101010110000101000101100100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46024E; }

 p { color: rgb(70,2,78); }

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

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

 a { background-color: rgb(70,2,78); }

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

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

 span { border-color: rgb(70,2,78); }

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