Color Hex Logo

#499289 Color Hex

#499289
(73,146,137)
0 Favorites   0 Comments

Color spaces of #499289

RGB 73146137
HSL0.480.330.43
HSV173°50°57°
CMYK 0.500.000.06   0.43
XYZ17.541923.780427.3324
Yxy23.78040.25550.3464
Hunter Lab48.7652-21.12860.9041
CIE-Lab55.8673-25.0976-2.2551

#499289 color RGB value is (73,146,137).

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

The process color (four color CMYK) of #499289 color hex is 0.50, 0.00, 0.06, 0.43. Web safe color of #499289 is #339999. Color #499289 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010010 10001001
Octal 111 222 211
Decimal 73 146 137
Hex 49 92 89

RGB Percentages of Color #499289

%20.51
%41.01
%38.48

CMYK Percentages of Color #499289

%50
%0
%6
%43

Triadic Colors of #499289

#499289 #894992 #928949

Analogous Colors of #499289

#499289 #497792 #499265

Monochromatic Colors of #499289

#499289

Complementary Color

#499289 #924952

#499289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499289 Color CSS Codes

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

#499289 Text Font Color

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

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


#499289 Background Color

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

This div background color is #499289


#499289 Border Color

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

This div border color is #499289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499289


Comments

No comments written yet.

Please login to write comment.