Color Hex Logo

#499693 Color Hex

#499693
(73,150,147)
0 Favorites   0 Comments

Color spaces of #499693

RGB 73150147
HSL0.490.350.44
HSV178°51°59°
CMYK 0.510.000.02   0.41
XYZ18.920525.335731.4968
Yxy25.33570.24980.3345
Hunter Lab50.3346-20.9883-1.8664
CIE-Lab57.4011-24.4386-5.7177

#499693 color RGB value is (73,150,147).

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

The process color (four color CMYK) of #499693 color hex is 0.51, 0.00, 0.02, 0.41. Web safe color of #499693 is #339999. Color #499693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010110 10010011
Octal 111 226 223
Decimal 73 150 147
Hex 49 96 93

RGB Percentages of Color #499693

%19.73
%40.54
%39.73

CMYK Percentages of Color #499693

%51
%0
%2
%41

Triadic Colors of #499693

#499693 #934996 #969349

Analogous Colors of #499693

#499693 #497396 #49966d

Monochromatic Colors of #499693

#499693

Complementary Color

#499693 #96494c

#499693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499693 Color CSS Codes

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

#499693 Text Font Color

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

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


#499693 Background Color

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

This div background color is #499693


#499693 Border Color

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

This div border color is #499693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499693


Comments

No comments written yet.

Please login to write comment.