Color Hex Logo

#499451 Color Hex

#499451
(73,148,81)
0 Favorites   0 Comments

Color spaces of #499451

RGB 7314881
HSL0.350.340.43
HSV126°51°58°
CMYK 0.510.000.45   0.42
XYZ14.822823.190411.4795
Yxy23.19040.29950.4686
Hunter Lab48.1564-29.330519.5760
CIE-Lab55.2679-38.056128.3933

#499451 color RGB value is (73,148,81).

#499451 hex color red value is 73, green value is 148 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #499451 hue: 0.35 , saturation: 0.34 and the lightness value of 499451 is 0.43.

The process color (four color CMYK) of #499451 color hex is 0.51, 0.00, 0.45, 0.42. Web safe color of #499451 is #339966. Color #499451 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010100 01010001
Octal 111 224 121
Decimal 73 148 81
Hex 49 94 51

RGB Percentages of Color #499451

%24.17
%49.01
%26.82

CMYK Percentages of Color #499451

%51
%0
%45
%42

Triadic Colors of #499451

#499451 #514994 #945149

Analogous Colors of #499451

#499451 #499477 #679449

Monochromatic Colors of #499451

#499451

Complementary Color

#499451 #94498c

#499451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499451 Color CSS Codes

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

#499451 Text Font Color

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

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


#499451 Background Color

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

This div background color is #499451


#499451 Border Color

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

This div border color is #499451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499451


Comments

No comments written yet.

Please login to write comment.