Color Hex Logo

#466570 Color Hex

#466570
(70,101,112)
0 Favorites   0 Comments

Color spaces of #466570

RGB 70101112
HSL0.540.230.36
HSV196°38°44°
CMYK 0.380.100.00   0.56
XYZ10.104111.779317.0703
Yxy11.77930.25940.3024
Hunter Lab34.3210-7.5113-5.4645
CIE-Lab40.8632-8.2410-9.8026

#466570 color RGB value is (70,101,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100101 01110000
Octal 106 145 160
Decimal 70 101 112
Hex 46 65 70

RGB Percentages of Color #466570

%24.73
%35.69
%39.58

CMYK Percentages of Color #466570

%38
%10
%0
%56

Triadic Colors of #466570

#466570 #704665 #657046

Analogous Colors of #466570

#466570 #465070 #467066

Monochromatic Colors of #466570

#466570

Complementary Color

#466570 #705146

#466570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466570 Color CSS Codes

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

#466570 Text Font Color

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

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


#466570 Background Color

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

This div background color is #466570


#466570 Border Color

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

This div border color is #466570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466570


Comments

No comments written yet.

Please login to write comment.