Color Hex Logo

#469e49 Color Hex

#469E49
(70,158,73)
0 Favorites   0 Comments

Color spaces of #469e49

RGB 7015873
HSL0.340.390.45
HSV122°56°62°
CMYK 0.560.000.54   0.38
XYZ15.955226.236910.5266
Yxy26.23690.30260.4977
Hunter Lab51.2220-34.037223.6707
CIE-Lab58.2612-44.272236.2444

#469e49 color RGB value is (70,158,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011110 01001001
Octal 106 236 111
Decimal 70 158 73
Hex 46 9E 49

RGB Percentages of Color #469e49

%23.26
%52.49
%24.25

CMYK Percentages of Color #469e49

%56
%0
%54
%38

Triadic Colors of #469e49

#469e49 #49469e #9e4946

Analogous Colors of #469e49

#469e49 #469e75 #6f9e46

Monochromatic Colors of #469e49

#469e49

Complementary Color

#469e49 #9e469b

#469e49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469e49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469e49 Color CSS Codes

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

#469e49 Text Font Color

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

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


#469e49 Background Color

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

This div background color is #469e49


#469e49 Border Color

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

This div border color is #469e49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469e49


Comments

No comments written yet.

Please login to write comment.