Color Hex Logo

#466e6f Color Hex

#466E6F
(70,110,111)
0 Favorites   0 Comments

Color spaces of #466e6f

RGB 70110111
HSL0.500.230.35
HSV181°37°44°
CMYK 0.370.010.00   0.56
XYZ10.971013.601617.0861
Yxy13.60160.26340.3265
Hunter Lab36.8803-11.4412-1.6519
CIE-Lab43.6561-13.6904-5.0206

#466e6f color RGB value is (70,110,111).

#466e6f hex color red value is 70, green value is 110 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #466e6f hue: 0.50 , saturation: 0.23 and the lightness value of 466e6f is 0.35.

The process color (four color CMYK) of #466e6f color hex is 0.37, 0.01, 0.00, 0.56. Web safe color of #466e6f is #336666. Color #466e6f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101110 01101111
Octal 106 156 157
Decimal 70 110 111
Hex 46 6E 6F

RGB Percentages of Color #466e6f

%24.05
%37.80
%38.14

CMYK Percentages of Color #466e6f

%37
%1
%0
%56

Triadic Colors of #466e6f

#466e6f #6f466e #6e6f46

Analogous Colors of #466e6f

#466e6f #465a6f #466f5c

Monochromatic Colors of #466e6f

#466e6f

Complementary Color

#466e6f #6f4746

#466e6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466e6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#466e6f Color CSS Codes

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

#466e6f Text Font Color

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

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


#466e6f Background Color

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

This div background color is #466e6f


#466e6f Border Color

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

This div border color is #466e6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466e6f


Comments

No comments written yet.

Please login to write comment.