Color Hex Logo

#49529d Color Hex

#49529D
(73,82,157)
0 Favorites   0 Comments

Color spaces of #49529d

RGB 7382157
HSL0.650.370.45
HSV234°54°62°
CMYK 0.540.480.00   0.38
XYZ11.85089.885433.1818
Yxy9.88540.21580.1800
Hunter Lab31.441112.2586-40.5639
CIE-Lab37.636018.5994-42.1133

#49529d color RGB value is (73,82,157).

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

The process color (four color CMYK) of #49529d color hex is 0.54, 0.48, 0.00, 0.38. Web safe color of #49529d is #336699. Color #49529d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010010 10011101
Octal 111 122 235
Decimal 73 82 157
Hex 49 52 9D

RGB Percentages of Color #49529d

%23.40
%26.28
%50.32

CMYK Percentages of Color #49529d

%54
%48
%0
%38

Triadic Colors of #49529d

#49529d #9d4952 #529d49

Analogous Colors of #49529d

#49529d #6a499d #497c9d

Monochromatic Colors of #49529d

#49529d

Complementary Color

#49529d #9d9449

#49529d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49529d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49529d Color CSS Codes

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

#49529d Text Font Color

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

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


#49529d Background Color

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

This div background color is #49529d


#49529d Border Color

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

This div border color is #49529d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49529d


Comments

No comments written yet.

Please login to write comment.