Color Hex Logo

#49818a Color Hex

#49818A
(73,129,138)
0 Favorites   0 Comments

Color spaces of #49818a

RGB 73129138
HSL0.520.310.41
HSV188°47°54°
CMYK 0.470.070.00   0.46
XYZ15.185418.952026.9025
Yxy18.95200.24880.3105
Hunter Lab43.5339-13.9203-6.1655
CIE-Lab50.6310-15.8925-10.6181

#49818a color RGB value is (73,129,138).

#49818a hex color red value is 73, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #49818a hue: 0.52 , saturation: 0.31 and the lightness value of 49818a is 0.41.

The process color (four color CMYK) of #49818a color hex is 0.47, 0.07, 0.00, 0.46. Web safe color of #49818a is #339999. Color #49818a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000001 10001010
Octal 111 201 212
Decimal 73 129 138
Hex 49 81 8A

RGB Percentages of Color #49818a

%21.47
%37.94
%40.59

CMYK Percentages of Color #49818a

%47
%7
%0
%46

Triadic Colors of #49818a

#49818a #8a4981 #818a49

Analogous Colors of #49818a

#49818a #49618a #498a73

Monochromatic Colors of #49818a

#49818a

Complementary Color

#49818a #8a5249

#49818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49818a Color CSS Codes

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

#49818a Text Font Color

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

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


#49818a Background Color

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

This div background color is #49818a


#49818a Border Color

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

This div border color is #49818a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,129,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49818a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49818a;
  -webkit-box-shadow: 1px 1px 3px 2px #49818a;
  box-shadow:         1px 1px 3px 2px #49818a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49818a


Comments

No comments written yet.

Please login to write comment.