Color Hex Logo

#46315f Color Hex

#46315F
(70,49,95)
0 Favorites   0 Comments

Color spaces of #46315f

RGB 704995
HSL0.740.320.28
HSV267°48°37°
CMYK 0.260.480.00   0.63
XYZ5.68974.324911.3614
Yxy4.32490.26620.2023
Hunter Lab20.796412.4423-17.8336
CIE-Lab24.717720.0858-23.9543

#46315f color RGB value is (70,49,95).

#46315f hex color red value is 70, green value is 49 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #46315f hue: 0.74 , saturation: 0.32 and the lightness value of 46315f is 0.28.

The process color (four color CMYK) of #46315f color hex is 0.26, 0.48, 0.00, 0.63. Web safe color of #46315f is #333366. Color #46315f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110001 01011111
Octal 106 61 137
Decimal 70 49 95
Hex 46 31 5F

RGB Percentages of Color #46315f

%32.71
%22.90
%44.39

CMYK Percentages of Color #46315f

%26
%48
%0
%63

Triadic Colors of #46315f

#46315f #5f4631 #315f46

Analogous Colors of #46315f

#46315f #5d315f #31335f

Monochromatic Colors of #46315f

#46315f

Complementary Color

#46315f #4a5f31

#46315f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46315f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46315f Color CSS Codes

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

#46315f Text Font Color

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

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


#46315f Background Color

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

This div background color is #46315f


#46315f Border Color

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

This div border color is #46315f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46315f


Comments

No comments written yet.

Please login to write comment.