Color Hex Logo

#464171 Color Hex

#464171
(70,65,113)
0 Favorites   0 Comments

Color spaces of #464171

RGB 7065113
HSL0.680.270.35
HSV246°42°44°
CMYK 0.380.420.00   0.56
XYZ7.39676.274916.4441
Yxy6.27490.24560.2084
Hunter Lab25.04988.8705-21.3865
CIE-Lab30.095714.7816-27.0321

#464171 color RGB value is (70,65,113).

#464171 hex color red value is 70, green value is 65 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #464171 hue: 0.68 , saturation: 0.27 and the lightness value of 464171 is 0.35.

The process color (four color CMYK) of #464171 color hex is 0.38, 0.42, 0.00, 0.56. Web safe color of #464171 is #333366. Color #464171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000001 01110001
Octal 106 101 161
Decimal 70 65 113
Hex 46 41 71

RGB Percentages of Color #464171

%28.23
%26.21
%45.56

CMYK Percentages of Color #464171

%38
%42
%0
%56

Triadic Colors of #464171

#464171 #714641 #417146

Analogous Colors of #464171

#464171 #5e4171 #415471

Monochromatic Colors of #464171

#464171

Complementary Color

#464171 #6c7141

#464171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464171 Color CSS Codes

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

#464171 Text Font Color

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

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


#464171 Background Color

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

This div background color is #464171


#464171 Border Color

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

This div border color is #464171


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,65,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #464171; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #464171;
  -webkit-box-shadow: 1px 1px 3px 2px #464171;
  box-shadow:         1px 1px 3px 2px #464171; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464171


Comments

No comments written yet.

Please login to write comment.