Color Hex Logo

#46316f Color Hex

#46316F
(70,49,111)
0 Favorites   0 Comments

Color spaces of #46316f

RGB 7049111
HSL0.720.390.31
HSV260°56°44°
CMYK 0.370.560.00   0.56
XYZ6.49334.646415.5935
Yxy4.64640.24290.1738
Hunter Lab21.555516.0485-27.8022
CIE-Lab25.702624.6464-32.7373

#46316f color RGB value is (70,49,111).

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

The process color (four color CMYK) of #46316f color hex is 0.37, 0.56, 0.00, 0.56. Web safe color of #46316f is #333366. Color #46316f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110001 01101111
Octal 106 61 157
Decimal 70 49 111
Hex 46 31 6F

RGB Percentages of Color #46316f

%30.43
%21.30
%48.26

CMYK Percentages of Color #46316f

%37
%56
%0
%56

Triadic Colors of #46316f

#46316f #6f4631 #316f46

Analogous Colors of #46316f

#46316f #65316f #313b6f

Monochromatic Colors of #46316f

#46316f

Complementary Color

#46316f #5a6f31

#46316f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46316f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46316f Color CSS Codes

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

#46316f Text Font Color

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

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


#46316f Background Color

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

This div background color is #46316f


#46316f Border Color

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

This div border color is #46316f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46316f


Comments

No comments written yet.

Please login to write comment.