Color Hex Logo

#049770 Color Hex

#049770
(4,151,112)
0 Favorites   0 Comments

Color spaces of #049770

RGB 4151112
HSL0.460.950.30
HSV164°97°59°
CMYK 0.970.000.26   0.41
XYZ14.041323.328919.0921
Yxy23.32890.24870.4132
Hunter Lab48.3000-32.633210.3738
CIE-Lab55.4095-43.481911.1775

#049770 color RGB value is (4,151,112).

#049770 hex color red value is 4, green value is 151 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #049770 hue: 0.46 , saturation: 0.95 and the lightness value of 049770 is 0.30.

The process color (four color CMYK) of #049770 color hex is 0.97, 0.00, 0.26, 0.41. Web safe color of #049770 is #009966. Color #049770 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10010111 01110000
Octal 4 227 160
Decimal 4 151 112
Hex 4 97 70

RGB Percentages of Color #049770

%1.50
%56.55
%41.95

CMYK Percentages of Color #049770

%97
%0
%26
%41

Triadic Colors of #049770

#049770 #700497 #977004

Analogous Colors of #049770

#049770 #047597 #049727

Monochromatic Colors of #049770

#049770

Complementary Color

#049770 #97042b

#049770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049770 Color CSS Codes

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

#049770 Text Font Color

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

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


#049770 Background Color

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

This div background color is #049770


#049770 Border Color

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

This div border color is #049770


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,151,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049770; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049770;
  -webkit-box-shadow: 1px 1px 3px 2px #049770;
  box-shadow:         1px 1px 3px 2px #049770; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049770


Comments

No comments written yet.

Please login to write comment.