Color Hex Logo

#499273 Color Hex

#499273
(73,146,115)
0 Favorites   0 Comments

Color spaces of #499273

RGB 73146115
HSL0.430.330.43
HSV155°50°57°
CMYK 0.500.000.21   0.43
XYZ16.121023.212019.8504
Yxy23.21200.27240.3922
Hunter Lab48.1788-24.58559.2968
CIE-Lab55.2900-30.51339.5086

#499273 color RGB value is (73,146,115).

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

The process color (four color CMYK) of #499273 color hex is 0.50, 0.00, 0.21, 0.43. Web safe color of #499273 is #339966. Color #499273 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010010 01110011
Octal 111 222 163
Decimal 73 146 115
Hex 49 92 73

RGB Percentages of Color #499273

%21.86
%43.71
%34.43

CMYK Percentages of Color #499273

%50
%0
%21
%43

Triadic Colors of #499273

#499273 #734992 #927349

Analogous Colors of #499273

#499273 #498d92 #49924f

Monochromatic Colors of #499273

#499273

Complementary Color

#499273 #924968

#499273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499273 Color CSS Codes

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

#499273 Text Font Color

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

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


#499273 Background Color

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

This div background color is #499273


#499273 Border Color

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

This div border color is #499273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499273


Comments

No comments written yet.

Please login to write comment.