Color Hex Logo

#46666c Color Hex

#46666C
(70,102,108)
0 Favorites   0 Comments

Color spaces of #46666c

RGB 70102108
HSL0.530.210.35
HSV189°35°42°
CMYK 0.350.060.00   0.58
XYZ9.983911.887515.9557
Yxy11.88750.26390.3143
Hunter Lab34.4783-8.6485-3.3032
CIE-Lab41.0368-9.9322-7.1032

#46666c color RGB value is (70,102,108).

#46666c hex color red value is 70, green value is 102 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #46666c hue: 0.53 , saturation: 0.21 and the lightness value of 46666c is 0.35.

The process color (four color CMYK) of #46666c color hex is 0.35, 0.06, 0.00, 0.58. Web safe color of #46666c is #336666. Color #46666c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100110 01101100
Octal 106 146 154
Decimal 70 102 108
Hex 46 66 6C

RGB Percentages of Color #46666c

%25.00
%36.43
%38.57

CMYK Percentages of Color #46666c

%35
%6
%0
%58

Triadic Colors of #46666c

#46666c #6c4666 #666c46

Analogous Colors of #46666c

#46666c #46536c #466c5f

Monochromatic Colors of #46666c

#46666c

Complementary Color

#46666c #6c4c46

#46666c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46666c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46666c Color CSS Codes

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

#46666c Text Font Color

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

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


#46666c Background Color

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

This div background color is #46666c


#46666c Border Color

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

This div border color is #46666c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,102,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46666c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46666c;
  -webkit-box-shadow: 1px 1px 3px 2px #46666c;
  box-shadow:         1px 1px 3px 2px #46666c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46666c


Comments

No comments written yet.

Please login to write comment.