Color Hex Logo

#479409 Color Hex

#479409
(71,148,9)
0 Favorites   0 Comments

Color spaces of #479409

RGB 711489
HSL0.260.890.31
HSV93°94°58°
CMYK 0.520.000.94   0.42
XYZ13.237722.53913.9112
Yxy22.53910.33350.5679
Hunter Lab47.4754-33.310228.3482
CIE-Lab54.5944-45.110255.7242

#479409 color RGB value is (71,148,9).

#479409 hex color red value is 71, green value is 148 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #479409 hue: 0.26 , saturation: 0.89 and the lightness value of 479409 is 0.31.

The process color (four color CMYK) of #479409 color hex is 0.52, 0.00, 0.94, 0.42. Web safe color of #479409 is #339900. Color #479409 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010100 00001001
Octal 107 224 11
Decimal 71 148 9
Hex 47 94 9

RGB Percentages of Color #479409

%31.14
%64.91
%3.95

CMYK Percentages of Color #479409

%52
%0
%94
%42

Triadic Colors of #479409

#479409 #094794 #940947

Analogous Colors of #479409

#479409 #099411 #8d9409

Monochromatic Colors of #479409

#479409

Complementary Color

#479409 #560994

#479409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479409 Color CSS Codes

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

#479409 Text Font Color

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

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


#479409 Background Color

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

This div background color is #479409


#479409 Border Color

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

This div border color is #479409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479409


Comments

No comments written yet.

Please login to write comment.