Color Hex Logo

#46317a Color Hex

#46317A
(70,49,122)
0 Favorites   0 Comments

Color spaces of #46317a

RGB 7049122
HSL0.710.430.34
HSV257°60°48°
CMYK 0.430.600.00   0.52
XYZ7.13704.903918.9827
Yxy4.90390.23010.1581
Hunter Lab22.144818.7752-35.3226
CIE-Lab26.459227.9279-38.5226

#46317a color RGB value is (70,49,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110001 01111010
Octal 106 61 172
Decimal 70 49 122
Hex 46 31 7A

RGB Percentages of Color #46317a

%29.05
%20.33
%50.62

CMYK Percentages of Color #46317a

%43
%60
%0
%52

Triadic Colors of #46317a

#46317a #7a4631 #317a46

Analogous Colors of #46317a

#46317a #6b317a #31417a

Monochromatic Colors of #46317a

#46317a

Complementary Color

#46317a #657a31

#46317a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46317a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46317a Color CSS Codes

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

#46317a Text Font Color

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

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


#46317a Background Color

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

This div background color is #46317a


#46317a Border Color

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

This div border color is #46317a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,49,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 #46317a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46317a


Comments

No comments written yet.

Please login to write comment.