Html Css Color HEX #46004F Blackcurrant

📋 copy color: '#46004F'

red 70 ◦ green 0 ◦ blue 79

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

Shades of Blackcurrant #46004F

Tints of Blackcurrant #46004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 53.02%

R = 46.98%
G = 0%
B = 53.02%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46004F (or 0x46004F) is known color: Blackcurrant. HEX triplet: 46, 00 and 4F. RGB value is (70,0,79). Sum of RGB (Red+Green+Blue) = 70+0+79=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #46004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46004F is #B9FFB0. Grayscale: #1D1D1D. Windows color (decimal): -12189617 or 5177414. OLE color: 5177414.

HSL color Cylindrical-coordinate representation of color #46004F: hue angle of 293.16º 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 #46004F is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 0 79 -
CMYK 0.11 1 0 0.69
HSL 293.16º 1% 0.15% -
HSV(B) 293.16º 1% 0.31% -
XYZ 3.94 1.87 7.55 -
YUV 29.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 70 0 79 0.11 1 0 0.69 293.16 1 0.15
Hex 46 0 4F B 64 0 45 125 64 F
Octal 106 0 117 13 144 0 105 445 144 17
Binary 1000110 0 1001111 1011 1100100 0 1000101 100100101 1100100 1111

Color Harmonies of #46004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46004F

Black with #46004F

Text Example


Text Example

White with #46004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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