Color Hex Logo

#46316c Color Hex

#46316C
(70,49,108)
0 Favorites   0 Comments

Color spaces of #46316c

RGB 7049108
HSL0.730.380.31
HSV261°55°42°
CMYK 0.350.550.00   0.58
XYZ6.33094.581414.7380
Yxy4.58140.24680.1786
Hunter Lab21.404215.3391-25.8416
CIE-Lab25.507323.7701-31.1245

#46316c color RGB value is (70,49,108).

#46316c hex color red value is 70, green value is 49 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #46316c hue: 0.73 , saturation: 0.38 and the lightness value of 46316c is 0.31.

The process color (four color CMYK) of #46316c color hex is 0.35, 0.55, 0.00, 0.58. Web safe color of #46316c is #333366. Color #46316c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110001 01101100
Octal 106 61 154
Decimal 70 49 108
Hex 46 31 6C

RGB Percentages of Color #46316c

%30.84
%21.59
%47.58

CMYK Percentages of Color #46316c

%35
%55
%0
%58

Triadic Colors of #46316c

#46316c #6c4631 #316c46

Analogous Colors of #46316c

#46316c #63316c #313a6c

Monochromatic Colors of #46316c

#46316c

Complementary Color

#46316c #576c31

#46316c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46316c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46316c Color CSS Codes

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

#46316c Text Font Color

<p style="color:#46316c">Text here</p>

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


#46316c Background Color

<div style="background-color:#46316c">
Div content here</div>

This div background color is #46316c


#46316c Border Color

<div style="border:3px solid #46316c">
Div here</div>

This div border color is #46316c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46316c


Comments

No comments written yet.

Please login to write comment.