Color Hex Logo

#499275 Color Hex

#499275
(73,146,117)
0 Favorites   0 Comments

Color spaces of #499275

RGB 73146117
HSL0.430.330.43
HSV156°50°57°
CMYK 0.500.000.20   0.43
XYZ16.237423.258620.4632
Yxy23.25860.27080.3879
Hunter Lab48.2272-24.29918.6018
CIE-Lab55.3377-30.05428.4357

#499275 color RGB value is (73,146,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010010 01110101
Octal 111 222 165
Decimal 73 146 117
Hex 49 92 75

RGB Percentages of Color #499275

%21.73
%43.45
%34.82

CMYK Percentages of Color #499275

%50
%0
%20
%43

Triadic Colors of #499275

#499275 #754992 #927549

Analogous Colors of #499275

#499275 #498b92 #499251

Monochromatic Colors of #499275

#499275

Complementary Color

#499275 #924966

#499275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499275 Color CSS Codes

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

#499275 Text Font Color

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

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


#499275 Background Color

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

This div background color is #499275


#499275 Border Color

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

This div border color is #499275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499275


Comments

No comments written yet.

Please login to write comment.