Color Hex Logo

#46a47b Color Hex

#46A47B
(70,164,123)
0 Favorites   0 Comments

Color spaces of #46a47b

RGB 70164123
HSL0.430.400.46
HSV154°57°64°
CMYK 0.570.000.25   0.36
XYZ19.376429.283123.3698
Yxy29.28310.26900.4065
Hunter Lab54.1139-30.784312.2745
CIE-Lab61.0307-37.757213.0653

#46a47b color RGB value is (70,164,123).

#46a47b hex color red value is 70, green value is 164 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #46a47b hue: 0.43 , saturation: 0.40 and the lightness value of 46a47b is 0.46.

The process color (four color CMYK) of #46a47b color hex is 0.57, 0.00, 0.25, 0.36. Web safe color of #46a47b is #339966. Color #46a47b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10100100 01111011
Octal 106 244 173
Decimal 70 164 123
Hex 46 A4 7B

RGB Percentages of Color #46a47b

%19.61
%45.94
%34.45

CMYK Percentages of Color #46a47b

%57
%0
%25
%36

Triadic Colors of #46a47b

#46a47b #7b46a4 #a47b46

Analogous Colors of #46a47b

#46a47b #469ea4 #46a44c

Monochromatic Colors of #46a47b

#46a47b

Complementary Color

#46a47b #a4466f

#46a47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46a47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46a47b Color CSS Codes

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

#46a47b Text Font Color

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

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


#46a47b Background Color

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

This div background color is #46a47b


#46a47b Border Color

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

This div border color is #46a47b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,164,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46a47b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46a47b;
  -webkit-box-shadow: 1px 1px 3px 2px #46a47b;
  box-shadow:         1px 1px 3px 2px #46a47b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46a47b


Comments

No comments written yet.

Please login to write comment.