Color Hex Logo

#46666a Color Hex

#46666A
(70,102,106)
0 Favorites   0 Comments

Color spaces of #46666a

RGB 70102106
HSL0.520.200.35
HSV187°34°42°
CMYK 0.340.040.00   0.58
XYZ9.878711.845415.4014
Yxy11.84540.26610.3191
Hunter Lab34.4171-8.9954-2.4398
CIE-Lab40.9693-10.4731-5.9839

#46666a color RGB value is (70,102,106).

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

The process color (four color CMYK) of #46666a color hex is 0.34, 0.04, 0.00, 0.58. Web safe color of #46666a is #336666. Color #46666a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100110 01101010
Octal 106 146 152
Decimal 70 102 106
Hex 46 66 6A

RGB Percentages of Color #46666a

%25.18
%36.69
%38.13

CMYK Percentages of Color #46666a

%34
%4
%0
%58

Triadic Colors of #46666a

#46666a #6a4666 #666a46

Analogous Colors of #46666a

#46666a #46546a #466a5c

Monochromatic Colors of #46666a

#46666a

Complementary Color

#46666a #6a4a46

#46666a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46666a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46666a Color CSS Codes

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

#46666a Text Font Color

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

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


#46666a Background Color

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

This div background color is #46666a


#46666a Border Color

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

This div border color is #46666a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46666a


Comments

No comments written yet.

Please login to write comment.