Color Hex Logo

#46337a Color Hex

#46337A
(70,51,122)
0 Favorites   0 Comments

Color spaces of #46337a

RGB 7051122
HSL0.710.410.34
HSV256°58°48°
CMYK 0.430.580.00   0.52
XYZ7.22255.074919.0112
Yxy5.07490.23070.1621
Hunter Lab22.527517.8053-34.2661
CIE-Lab26.947126.6639-37.7373

#46337a color RGB value is (70,51,122).

#46337a hex color red value is 70, green value is 51 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #46337a hue: 0.71 , saturation: 0.41 and the lightness value of 46337a is 0.34.

The process color (four color CMYK) of #46337a color hex is 0.43, 0.58, 0.00, 0.52. Web safe color of #46337a is #333366. Color #46337a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110011 01111010
Octal 106 63 172
Decimal 70 51 122
Hex 46 33 7A

RGB Percentages of Color #46337a

%28.81
%20.99
%50.21

CMYK Percentages of Color #46337a

%43
%58
%0
%52

Triadic Colors of #46337a

#46337a #7a4633 #337a46

Analogous Colors of #46337a

#46337a #6a337a #33447a

Monochromatic Colors of #46337a

#46337a

Complementary Color

#46337a #677a33

#46337a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46337a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46337a Color CSS Codes

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

#46337a Text Font Color

<p style="color:#46337a">Text here</p>

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


#46337a Background Color

<div style="background-color:#46337a">
Div content here</div>

This div background color is #46337a


#46337a Border Color

<div style="border:3px solid #46337a">
Div here</div>

This div border color is #46337a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,51,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46337a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46337a;
  -webkit-box-shadow: 1px 1px 3px 2px #46337a;
  box-shadow:         1px 1px 3px 2px #46337a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46337a


Comments

No comments written yet.

Please login to write comment.