Color Hex Logo

#46997e Color Hex

#46997E
(70,153,126)
0 Favorites   0 Comments

Color spaces of #46997e

RGB 70153126
HSL0.450.370.44
HSV160°54°60°
CMYK 0.540.000.18   0.40
XYZ17.682925.590923.7462
Yxy25.59090.26380.3818
Hunter Lab50.5874-26.13327.5800
CIE-Lab57.6467-32.00686.5914

#46997e color RGB value is (70,153,126).

#46997e hex color red value is 70, green value is 153 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #46997e hue: 0.45 , saturation: 0.37 and the lightness value of 46997e is 0.44.

The process color (four color CMYK) of #46997e color hex is 0.54, 0.00, 0.18, 0.40. Web safe color of #46997e is #339966. Color #46997e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011001 01111110
Octal 106 231 176
Decimal 70 153 126
Hex 46 99 7E

RGB Percentages of Color #46997e

%20.06
%43.84
%36.10

CMYK Percentages of Color #46997e

%54
%0
%18
%40

Triadic Colors of #46997e

#46997e #7e4699 #997e46

Analogous Colors of #46997e

#46997e #468b99 #469955

Monochromatic Colors of #46997e

#46997e

Complementary Color

#46997e #994661

#46997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46997e Color CSS Codes

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

#46997e Text Font Color

<p style="color:#46997e">Text here</p>

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


#46997e Background Color

<div style="background-color:#46997e">
Div content here</div>

This div background color is #46997e


#46997e Border Color

<div style="border:3px solid #46997e">
Div here</div>

This div border color is #46997e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,153,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46997e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46997e;
  -webkit-box-shadow: 1px 1px 3px 2px #46997e;
  box-shadow:         1px 1px 3px 2px #46997e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46997e


Comments

No comments written yet.

Please login to write comment.