Color Hex Logo

#409479 Color Hex

#409479
(64,148,121)
0 Favorites   0 Comments

Color spaces of #409479

RGB 64148121
HSL0.450.400.42
HSV161°57°58°
CMYK 0.570.000.18   0.42
XYZ16.155423.650321.8026
Yxy23.65030.26220.3839
Hunter Lab48.6316-25.80767.4611
CIE-Lab55.7360-32.23866.6754

#409479 color RGB value is (64,148,121).

#409479 hex color red value is 64, green value is 148 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #409479 hue: 0.45 , saturation: 0.40 and the lightness value of 409479 is 0.42.

The process color (four color CMYK) of #409479 color hex is 0.57, 0.00, 0.18, 0.42. Web safe color of #409479 is #339966. Color #409479 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010100 01111001
Octal 100 224 171
Decimal 64 148 121
Hex 40 94 79

RGB Percentages of Color #409479

%19.22
%44.44
%36.34

CMYK Percentages of Color #409479

%57
%0
%18
%42

Triadic Colors of #409479

#409479 #794094 #947940

Analogous Colors of #409479

#409479 #408594 #40944f

Monochromatic Colors of #409479

#409479

Complementary Color

#409479 #94405b

#409479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#409479 Color CSS Codes

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

#409479 Text Font Color

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

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


#409479 Background Color

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

This div background color is #409479


#409479 Border Color

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

This div border color is #409479


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,148,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #409479; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #409479;
  -webkit-box-shadow: 1px 1px 3px 2px #409479;
  box-shadow:         1px 1px 3px 2px #409479; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,148,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409479


Comments

No comments written yet.

Please login to write comment.