Color Hex Logo

#46376e Color Hex

#46376E
(70,55,110)
0 Favorites   0 Comments

Color spaces of #46376e

RGB 7055110
HSL0.710.330.32
HSV256°50°43°
CMYK 0.360.500.00   0.57
XYZ6.70645.160315.3944
Yxy5.16030.24600.1893
Hunter Lab22.716312.9440-24.2783
CIE-Lab27.186720.4617-29.7314

#46376e color RGB value is (70,55,110).

#46376e hex color red value is 70, green value is 55 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #46376e hue: 0.71 , saturation: 0.33 and the lightness value of 46376e is 0.32.

The process color (four color CMYK) of #46376e color hex is 0.36, 0.50, 0.00, 0.57. Web safe color of #46376e is #333366. Color #46376e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110111 01101110
Octal 106 67 156
Decimal 70 55 110
Hex 46 37 6E

RGB Percentages of Color #46376e

%29.79
%23.40
%46.81

CMYK Percentages of Color #46376e

%36
%50
%0
%57

Triadic Colors of #46376e

#46376e #6e4637 #376e46

Analogous Colors of #46376e

#46376e #62376e #37436e

Monochromatic Colors of #46376e

#46376e

Complementary Color

#46376e #5f6e37

#46376e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46376e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46376e Color CSS Codes

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

#46376e Text Font Color

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

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


#46376e Background Color

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

This div background color is #46376e


#46376e Border Color

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

This div border color is #46376e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46376e


Comments

No comments written yet.

Please login to write comment.