#46014E

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

Shades of Blackcurrant #46014E

Tints of Blackcurrant #46014E

Color information

#46014E (or 0x46014E) is unknown color: approx Blackcurrant. HEX triplet: 46, 01 and 4E. RGB value is (70,1,78). Sum of RGB (Red+Green+Blue) = 70+1+78=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #46014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46014E is #B9FEB1. Grayscale: #1E1E1E. Windows color (decimal): -12189362 or 5112134. OLE color: 5112134.

HSL color Cylindrical-coordinate representation of color #46014E: hue angle of 293.77º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46014E is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB70178-
CMYK0.100.9900.69
HSL293.77º97.47%15.49%-
HSV(B)293.77º98.72%30.59%-
XYZ3.911.877.36-
YUV30.41154.86156.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 78 (30.86% from 255) = 52.35%
R=46.98%
G=0.67%
B=52.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal701780.100.9900.69293.7797.4715.49
Hex4614EA6304512661f
Octal106111612143010544614117
Binary100011011001110101011000110100010110010011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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