Color Hex Logo

#499662 Color Hex

#499662
(73,150,98)
0 Favorites   0 Comments

Color spaces of #499662

RGB 7315098
HSL0.390.350.44
HSV139°51°59°
CMYK 0.510.000.35   0.41
XYZ15.858624.111015.3733
Yxy24.11100.28660.4357
Hunter Lab49.1030-28.280715.8094
CIE-Lab56.1988-35.940020.3371

#499662 color RGB value is (73,150,98).

#499662 hex color red value is 73, green value is 150 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #499662 hue: 0.39 , saturation: 0.35 and the lightness value of 499662 is 0.44.

The process color (four color CMYK) of #499662 color hex is 0.51, 0.00, 0.35, 0.41. Web safe color of #499662 is #339966. Color #499662 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010110 01100010
Octal 111 226 142
Decimal 73 150 98
Hex 49 96 62

RGB Percentages of Color #499662

%22.74
%46.73
%30.53

CMYK Percentages of Color #499662

%51
%0
%35
%41

Triadic Colors of #499662

#499662 #624996 #966249

Analogous Colors of #499662

#499662 #499689 #579649

Monochromatic Colors of #499662

#499662

Complementary Color

#499662 #96497d

#499662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499662 Color CSS Codes

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

#499662 Text Font Color

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

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


#499662 Background Color

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

This div background color is #499662


#499662 Border Color

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

This div border color is #499662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499662


Comments

No comments written yet.

Please login to write comment.