Color Hex Logo

#466171 Color Hex

#466171
(70,97,113)
0 Favorites   0 Comments

Color spaces of #466171

RGB 7097113
HSL0.560.230.36
HSV202°38°44°
CMYK 0.380.140.00   0.56
XYZ9.781111.043717.2389
Yxy11.04370.25700.2901
Hunter Lab33.2321-5.6187-7.4938
CIE-Lab39.6540-5.5802-12.2414

#466171 color RGB value is (70,97,113).

#466171 hex color red value is 70, green value is 97 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #466171 hue: 0.56 , saturation: 0.23 and the lightness value of 466171 is 0.36.

The process color (four color CMYK) of #466171 color hex is 0.38, 0.14, 0.00, 0.56. Web safe color of #466171 is #336666. Color #466171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100001 01110001
Octal 106 141 161
Decimal 70 97 113
Hex 46 61 71

RGB Percentages of Color #466171

%25.00
%34.64
%40.36

CMYK Percentages of Color #466171

%38
%14
%0
%56

Triadic Colors of #466171

#466171 #714661 #617146

Analogous Colors of #466171

#466171 #464c71 #46716c

Monochromatic Colors of #466171

#466171

Complementary Color

#466171 #715646

#466171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466171 Color CSS Codes

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

#466171 Text Font Color

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

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


#466171 Background Color

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

This div background color is #466171


#466171 Border Color

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

This div border color is #466171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466171


Comments

No comments written yet.

Please login to write comment.