Color Hex Logo

#46007e Color Hex

#46007E
(70,0,126)
0 Favorites   0 Comments

Color spaces of #46007e

RGB 700126
HSL0.761.000.25
HSV273°100°49°
CMYK 0.441.000.00   0.51
XYZ6.29172.808419.9491
Yxy2.80840.21660.0967
Hunter Lab16.758337.6887-58.8482
CIE-Lab19.259650.2804-52.8004

#46007e color RGB value is (70,0,126).

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

The process color (four color CMYK) of #46007e color hex is 0.44, 1.00, 0.00, 0.51. Web safe color of #46007e is #330066. Color #46007e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000000 01111110
Octal 106 0 176
Decimal 70 0 126
Hex 46 0 7E

RGB Percentages of Color #46007e

%35.71
%0.00
%64.29

CMYK Percentages of Color #46007e

%44
%100
%0
%51

Triadic Colors of #46007e

#46007e #7e4600 #007e46

Analogous Colors of #46007e

#46007e #7e0077 #07007e

Monochromatic Colors of #46007e

#46007e

Complementary Color

#46007e #387e00

#46007e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46007e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46007e Color CSS Codes

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

#46007e Text Font Color

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

This sample text font color is #46007e
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.


#46007e Background Color

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

This div background color is #46007e


#46007e Border Color

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

This div border color is #46007e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46007e


Comments

No comments written yet.

Please login to write comment.