Html Css Color HEX #46014E Blackcurrant

📋 copy color: '#46014E'

red 70 ◦ green 1 ◦ blue 78

#46014E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #46014E

Tints of Blackcurrant #46014E

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 value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46014E (or 0x46014E) is known color: 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

RGB 70 1 78 -
CMYK 0.10 0.99 0 0.69
HSL 293.77º 0.97% 0.15% -
HSV(B) 293.77º 0.99% 0.31% -
XYZ 3.91 1.87 7.36 -
YUV 30.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 70 1 78 0.10 0.99 0 0.69 293.77 0.97 0.15
Hex 46 1 4E A 63 0 45 126 61 F
Octal 106 1 116 12 143 0 105 446 141 17
Binary 1000110 1 1001110 1010 1100011 0 1000101 100100110 1100001 1111

Color Harmonies of #46014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46014E

Black with #46014E

Text Example


Text Example

White with #46014E

Text Example


Text Example

HTML Codes & Css Web 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>