Color Hex Logo

#499078 Color Hex

#499078
(73,144,120)
0 Favorites   0 Comments

Color spaces of #499078

RGB 73144120
HSL0.440.330.43
HSV160°49°56°
CMYK 0.490.000.17   0.44
XYZ16.111122.719121.3054
Yxy22.71910.26790.3778
Hunter Lab47.6646-23.07826.8634
CIE-Lab54.7818-28.37935.9267

#499078 color RGB value is (73,144,120).

#499078 hex color red value is 73, green value is 144 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #499078 hue: 0.44 , saturation: 0.33 and the lightness value of 499078 is 0.43.

The process color (four color CMYK) of #499078 color hex is 0.49, 0.00, 0.17, 0.44. Web safe color of #499078 is #339966. Color #499078 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010000 01111000
Octal 111 220 170
Decimal 73 144 120
Hex 49 90 78

RGB Percentages of Color #499078

%21.66
%42.73
%35.61

CMYK Percentages of Color #499078

%49
%0
%17
%44

Triadic Colors of #499078

#499078 #784990 #907849

Analogous Colors of #499078

#499078 #498590 #499055

Monochromatic Colors of #499078

#499078

Complementary Color

#499078 #904961

#499078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499078 Color CSS Codes

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

#499078 Text Font Color

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

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


#499078 Background Color

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

This div background color is #499078


#499078 Border Color

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

This div border color is #499078


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,144,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #499078; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #499078;
  -webkit-box-shadow: 1px 1px 3px 2px #499078;
  box-shadow:         1px 1px 3px 2px #499078; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499078


Comments

No comments written yet.

Please login to write comment.