Color Hex Logo

#478a66 Color Hex

#478A66
(71,138,102)
0 Favorites   0 Comments

Color spaces of #478a66

RGB 71138102
HSL0.410.320.41
HSV148°49°54°
CMYK 0.490.000.26   0.46
XYZ14.085320.475915.7802
Yxy20.47590.27980.4067
Hunter Lab45.2503-23.625410.9989
CIE-Lab52.3711-30.109312.8268

#478a66 color RGB value is (71,138,102).

#478a66 hex color red value is 71, green value is 138 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #478a66 hue: 0.41 , saturation: 0.32 and the lightness value of 478a66 is 0.41.

The process color (four color CMYK) of #478a66 color hex is 0.49, 0.00, 0.26, 0.46. Web safe color of #478a66 is #339966. Color #478a66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001010 01100110
Octal 107 212 146
Decimal 71 138 102
Hex 47 8A 66

RGB Percentages of Color #478a66

%22.83
%44.37
%32.80

CMYK Percentages of Color #478a66

%49
%0
%26
%46

Triadic Colors of #478a66

#478a66 #66478a #8a6647

Analogous Colors of #478a66

#478a66 #478a88 #4a8a47

Monochromatic Colors of #478a66

#478a66

Complementary Color

#478a66 #8a476b

#478a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478a66 Color CSS Codes

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

#478a66 Text Font Color

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

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


#478a66 Background Color

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

This div background color is #478a66


#478a66 Border Color

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

This div border color is #478a66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,138,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478a66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478a66;
  -webkit-box-shadow: 1px 1px 3px 2px #478a66;
  box-shadow:         1px 1px 3px 2px #478a66; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,138,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478a66


Comments

No comments written yet.

Please login to write comment.