Color Hex Logo

#49708d Color Hex

#49708D
(73,112,141)
0 Favorites   0 Comments

Color spaces of #49708d

RGB 73112141
HSL0.570.320.42
HSV206°48°55°
CMYK 0.480.210.00   0.45
XYZ13.349514.927927.3771
Yxy14.92790.23990.2682
Hunter Lab38.6366-5.9399-14.9660
CIE-Lab45.5353-5.3348-20.1375

#49708d color RGB value is (73,112,141).

#49708d hex color red value is 73, green value is 112 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #49708d hue: 0.57 , saturation: 0.32 and the lightness value of 49708d is 0.42.

The process color (four color CMYK) of #49708d color hex is 0.48, 0.21, 0.00, 0.45. Web safe color of #49708d is #336699. Color #49708d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110000 10001101
Octal 111 160 215
Decimal 73 112 141
Hex 49 70 8D

RGB Percentages of Color #49708d

%22.39
%34.36
%43.25

CMYK Percentages of Color #49708d

%48
%21
%0
%45

Triadic Colors of #49708d

#49708d #8d4970 #708d49

Analogous Colors of #49708d

#49708d #494e8d #498d88

Monochromatic Colors of #49708d

#49708d

Complementary Color

#49708d #8d6649

#49708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49708d Color CSS Codes

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

#49708d Text Font Color

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

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


#49708d Background Color

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

This div background color is #49708d


#49708d Border Color

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

This div border color is #49708d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,112,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49708d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49708d;
  -webkit-box-shadow: 1px 1px 3px 2px #49708d;
  box-shadow:         1px 1px 3px 2px #49708d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49708d


Comments

No comments written yet.

Please login to write comment.