Color Hex Logo

#499085 Color Hex

#499085
(73,144,133)
0 Favorites   0 Comments

Color spaces of #499085

RGB 73144133
HSL0.470.330.43
HSV171°49°56°
CMYK 0.490.000.08   0.44
XYZ16.954623.056425.7470
Yxy23.05640.25780.3506
Hunter Lab48.0171-21.00241.8204
CIE-Lab55.1304-25.1345-1.0374

#499085 color RGB value is (73,144,133).

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

The process color (four color CMYK) of #499085 color hex is 0.49, 0.00, 0.08, 0.44. Web safe color of #499085 is #339999. Color #499085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010000 10000101
Octal 111 220 205
Decimal 73 144 133
Hex 49 90 85

RGB Percentages of Color #499085

%20.86
%41.14
%38.00

CMYK Percentages of Color #499085

%49
%0
%8
%44

Triadic Colors of #499085

#499085 #854990 #908549

Analogous Colors of #499085

#499085 #497890 #499062

Monochromatic Colors of #499085

#499085

Complementary Color

#499085 #904954

#499085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499085 Color CSS Codes

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

#499085 Text Font Color

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

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


#499085 Background Color

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

This div background color is #499085


#499085 Border Color

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

This div border color is #499085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499085


Comments

No comments written yet.

Please login to write comment.