Color Hex Logo

#46776a Color Hex

#46776A
(70,119,106)
0 Favorites   0 Comments

Color spaces of #46776a

RGB 70119106
HSL0.460.260.37
HSV164°41°47°
CMYK 0.410.000.11   0.53
XYZ11.724115.536416.0166
Yxy15.53640.27090.3590
Hunter Lab39.4162-15.88483.4992
CIE-Lab46.3603-19.89891.9414

#46776a color RGB value is (70,119,106).

#46776a hex color red value is 70, green value is 119 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #46776a hue: 0.46 , saturation: 0.26 and the lightness value of 46776a is 0.37.

The process color (four color CMYK) of #46776a color hex is 0.41, 0.00, 0.11, 0.53. Web safe color of #46776a is #336666. Color #46776a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110111 01101010
Octal 106 167 152
Decimal 70 119 106
Hex 46 77 6A

RGB Percentages of Color #46776a

%23.73
%40.34
%35.93

CMYK Percentages of Color #46776a

%41
%0
%11
%53

Triadic Colors of #46776a

#46776a #6a4677 #776a46

Analogous Colors of #46776a

#46776a #466c77 #467752

Monochromatic Colors of #46776a

#46776a

Complementary Color

#46776a #774653

#46776a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46776a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46776a Color CSS Codes

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

#46776a Text Font Color

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

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


#46776a Background Color

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

This div background color is #46776a


#46776a Border Color

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

This div border color is #46776a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46776a


Comments

No comments written yet.

Please login to write comment.