Html Css Color HEX #46004E Blackcurrant

📋 copy color: '#46004E'

red 70 ◦ green 0 ◦ blue 78

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

Shades of Blackcurrant #46004E

Tints of Blackcurrant #46004E

RGB

 RED value IS 70 (27.73% from 255) = 47.3%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 78 (30.86% from 255) = 52.7%

R = 47.3%
G = 0%
B = 52.7%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46004E (or 0x46004E) is known color: Blackcurrant. HEX triplet: 46, 00 and 4E. RGB value is (70,0,78). Sum of RGB (Red+Green+Blue) = 70+0+78=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #46004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46004E is #B9FFB1. Grayscale: #1D1D1D. Windows color (decimal): -12189618 or 5111878. OLE color: 5111878.

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

Color convert

RGB 70 0 78 -
CMYK 0.10 1 0 0.69
HSL 293.85º 1% 0.15% -
HSV(B) 293.85º 1% 0.31% -
XYZ 3.9 1.85 7.36 -
YUV 29.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 70 0 78 0.10 1 0 0.69 293.85 1 0.15
Hex 46 0 4E A 64 0 45 126 64 F
Octal 106 0 116 12 144 0 105 446 144 17
Binary 1000110 0 1001110 1010 1100100 0 1000101 100100110 1100100 1111

Color Harmonies of #46004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46004E

Black with #46004E

Text Example


Text Example

White with #46004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46004E;
 }
 .AnyTagClassName
 {
   color: #46004E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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