Color Hex Logo

#469e4a Color Hex

#469E4A
(70,158,74)
0 Favorites   0 Comments

Color spaces of #469e4a

RGB 7015874
HSL0.340.390.45
HSV123°56°62°
CMYK 0.560.000.53   0.38
XYZ15.988726.250210.7027
Yxy26.25020.30200.4958
Hunter Lab51.2349-33.957323.4791
CIE-Lab58.2738-44.133435.7570

#469e4a color RGB value is (70,158,74).

#469e4a hex color red value is 70, green value is 158 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #469e4a hue: 0.34 , saturation: 0.39 and the lightness value of 469e4a is 0.45.

The process color (four color CMYK) of #469e4a color hex is 0.56, 0.00, 0.53, 0.38. Web safe color of #469e4a is #339933. Color #469e4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011110 01001010
Octal 106 236 112
Decimal 70 158 74
Hex 46 9E 4A

RGB Percentages of Color #469e4a

%23.18
%52.32
%24.50

CMYK Percentages of Color #469e4a

%56
%0
%53
%38

Triadic Colors of #469e4a

#469e4a #4a469e #9e4a46

Analogous Colors of #469e4a

#469e4a #469e76 #6e9e46

Monochromatic Colors of #469e4a

#469e4a

Complementary Color

#469e4a #9e469a

#469e4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469e4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#469e4a Color CSS Codes

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

#469e4a Text Font Color

<p style="color:#469e4a">Text here</p>

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


#469e4a Background Color

<div style="background-color:#469e4a">
Div content here</div>

This div background color is #469e4a


#469e4a Border Color

<div style="border:3px solid #469e4a">
Div here</div>

This div border color is #469e4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,158,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #469e4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #469e4a;
  -webkit-box-shadow: 1px 1px 3px 2px #469e4a;
  box-shadow:         1px 1px 3px 2px #469e4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469e4a


Comments

No comments written yet.

Please login to write comment.