Color Hex Logo

#49849d Color Hex

#49849D
(73,132,157)
0 Favorites   0 Comments

Color spaces of #49849d

RGB 73132157
HSL0.550.370.45
HSV198°54°62°
CMYK 0.540.160.00   0.38
XYZ17.084720.353334.9264
Yxy20.35330.23610.2813
Hunter Lab45.1146-11.3535-14.3203
CIE-Lab52.2343-11.9334-19.2623

#49849d color RGB value is (73,132,157).

#49849d hex color red value is 73, green value is 132 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #49849d hue: 0.55 , saturation: 0.37 and the lightness value of 49849d is 0.45.

The process color (four color CMYK) of #49849d color hex is 0.54, 0.16, 0.00, 0.38. Web safe color of #49849d is #339999. Color #49849d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000100 10011101
Octal 111 204 235
Decimal 73 132 157
Hex 49 84 9D

RGB Percentages of Color #49849d

%20.17
%36.46
%43.37

CMYK Percentages of Color #49849d

%54
%16
%0
%38

Triadic Colors of #49849d

#49849d #9d4984 #849d49

Analogous Colors of #49849d

#49849d #495a9d #499d8c

Monochromatic Colors of #49849d

#49849d

Complementary Color

#49849d #9d6249

#49849d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49849d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49849d Color CSS Codes

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

#49849d Text Font Color

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

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


#49849d Background Color

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

This div background color is #49849d


#49849d Border Color

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

This div border color is #49849d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49849d


Comments

No comments written yet.

Please login to write comment.