Color Hex Logo

#479446 Color Hex

#479446
(71,148,70)
0 Favorites   0 Comments

Color spaces of #479446

RGB 7114870
HSL0.330.360.43
HSV119°53°58°
CMYK 0.520.000.53   0.42
XYZ14.293922.96169.4730
Yxy22.96160.30590.4914
Hunter Lab47.9183-30.610921.8217
CIE-Lab55.0328-40.282433.8488

#479446 color RGB value is (71,148,70).

#479446 hex color red value is 71, green value is 148 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #479446 hue: 0.33 , saturation: 0.36 and the lightness value of 479446 is 0.43.

The process color (four color CMYK) of #479446 color hex is 0.52, 0.00, 0.53, 0.42. Web safe color of #479446 is #339933. Color #479446 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010100 01000110
Octal 107 224 106
Decimal 71 148 70
Hex 47 94 46

RGB Percentages of Color #479446

%24.57
%51.21
%24.22

CMYK Percentages of Color #479446

%52
%0
%53
%42

Triadic Colors of #479446

#479446 #464794 #944647

Analogous Colors of #479446

#479446 #46946c #6e9446

Monochromatic Colors of #479446

#479446

Complementary Color

#479446 #934694

#479446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479446 Color CSS Codes

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

#479446 Text Font Color

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

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


#479446 Background Color

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

This div background color is #479446


#479446 Border Color

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

This div border color is #479446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479446


Comments

No comments written yet.

Please login to write comment.