Color Hex Logo

#49748d Color Hex

#49748D
(73,116,141)
0 Favorites   0 Comments

Color spaces of #49748d

RGB 73116141
HSL0.560.320.42
HSV202°48°55°
CMYK 0.480.180.00   0.45
XYZ13.800815.830327.5275
Yxy15.83030.24140.2770
Hunter Lab39.7873-7.7125-13.1696
CIE-Lab46.7511-7.6787-18.2721

#49748d color RGB value is (73,116,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110100 10001101
Octal 111 164 215
Decimal 73 116 141
Hex 49 74 8D

RGB Percentages of Color #49748d

%22.12
%35.15
%42.73

CMYK Percentages of Color #49748d

%48
%18
%0
%45

Triadic Colors of #49748d

#49748d #8d4974 #748d49

Analogous Colors of #49748d

#49748d #49528d #498d84

Monochromatic Colors of #49748d

#49748d

Complementary Color

#49748d #8d6249

#49748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49748d Color CSS Codes

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

#49748d Text Font Color

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

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


#49748d Background Color

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

This div background color is #49748d


#49748d Border Color

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

This div border color is #49748d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,116,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 #49748d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49748d


Comments

No comments written yet.

Please login to write comment.