Color Hex Logo

#4a6e4f Color Hex

#4A6E4F
(74,110,79)
0 Favorites   0 Comments

Color spaces of #4a6e4f

RGB 7411079
HSL0.360.200.36
HSV128°33°43°
CMYK 0.330.000.28   0.57
XYZ9.811313.17229.4225
Yxy13.17220.30280.4065
Hunter Lab36.2935-15.259410.0126
CIE-Lab43.0216-19.854813.2976

#4a6e4f color RGB value is (74,110,79).

#4a6e4f hex color red value is 74, green value is 110 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #4a6e4f hue: 0.36 , saturation: 0.20 and the lightness value of 4a6e4f is 0.36.

The process color (four color CMYK) of #4a6e4f color hex is 0.33, 0.00, 0.28, 0.57. Web safe color of #4a6e4f is #336666. Color #4a6e4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01101110 01001111
Octal 112 156 117
Decimal 74 110 79
Hex 4A 6E 4F

RGB Percentages of Color #4a6e4f

%28.14
%41.83
%30.04

CMYK Percentages of Color #4a6e4f

%33
%0
%28
%57

Triadic Colors of #4a6e4f

#4a6e4f #4f4a6e #6e4f4a

Analogous Colors of #4a6e4f

#4a6e4f #4a6e61 #576e4a

Monochromatic Colors of #4a6e4f

#4a6e4f

Complementary Color

#4a6e4f #6e4a69

#4a6e4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a6e4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a6e4f Color CSS Codes

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

#4a6e4f Text Font Color

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

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


#4a6e4f Background Color

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

This div background color is #4a6e4f


#4a6e4f Border Color

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

This div border color is #4a6e4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,110,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a6e4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a6e4f;
  -webkit-box-shadow: 1px 1px 3px 2px #4a6e4f;
  box-shadow:         1px 1px 3px 2px #4a6e4f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,110,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a6e4f


Comments

No comments written yet.

Please login to write comment.