Color Hex Logo

#46004e Color Hex

#46004E
(70,0,78)
0 Favorites   0 Comments

Color spaces of #46004e

RGB 70078
HSL0.821.000.15
HSV294°100°31°
CMYK 0.101.000.00   0.69
XYZ3.90091.85217.3596
Yxy1.85210.29750.1412
Hunter Lab13.609227.3487-22.5365
CIE-Lab14.691140.1801-28.5537

#46004e color RGB value is (70,0,78).

#46004e hex color red value is 70, green value is 0 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #46004e hue: 0.82 , saturation: 1.00 and the lightness value of 46004e is 0.15.

The process color (four color CMYK) of #46004e color hex is 0.10, 1.00, 0.00, 0.69. Web safe color of #46004e is #330066. Color #46004e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000000 01001110
Octal 106 0 116
Decimal 70 0 78
Hex 46 0 4E

RGB Percentages of Color #46004e

%47.30
%0.00
%52.70

CMYK Percentages of Color #46004e

%10
%100
%0
%69

Triadic Colors of #46004e

#46004e #4e4600 #004e46

Analogous Colors of #46004e

#46004e #4e002f #1f004e

Monochromatic Colors of #46004e

#46004e

Complementary Color

#46004e #084e00

#46004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46004e Color CSS Codes

.mybgcolor {background-color:#46004e; } 
.myforecolor {color:#46004e; }
.mybordercolor {border:3px solid #46004e; }

#46004e Text Font Color

<p style="color:#46004e">Text here</p>

This sample text font color is #46004e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#46004e Background Color

<div style="background-color:#46004e">
Div content here</div>

This div background color is #46004e


#46004e Border Color

<div style="border:3px solid #46004e">
Div here</div>

This div border color is #46004e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,0,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46004e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46004e;
  -webkit-box-shadow: 1px 1px 3px 2px #46004e;
  box-shadow:         1px 1px 3px 2px #46004e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,0,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #46004e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #46004e;
  -webkit-box-shadow: 1px 1px 3px 2px #46004e;
  box-shadow:         1px 1px 3px 2px #46004e;">
Div content here</div>

This div box has shadow with color #46004e


Comments

No comments written yet.

Please login to write comment.