Color Hex Logo

#49319d Color Hex

#49319D
(73,49,157)
0 Favorites   0 Comments

Color spaces of #49319d

RGB 7349157
HSL0.700.520.40
HSV253°69°62°
CMYK 0.540.690.00   0.38
XYZ9.93186.047432.5421
Yxy6.04740.20470.1246
Hunter Lab24.591529.0561-61.2450
CIE-Lab29.531739.2474-55.2156

#49319d color RGB value is (73,49,157).

#49319d hex color red value is 73, green value is 49 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #49319d hue: 0.70 , saturation: 0.52 and the lightness value of 49319d is 0.40.

The process color (four color CMYK) of #49319d color hex is 0.54, 0.69, 0.00, 0.38. Web safe color of #49319d is #333399. Color #49319d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110001 10011101
Octal 111 61 235
Decimal 73 49 157
Hex 49 31 9D

RGB Percentages of Color #49319d

%26.16
%17.56
%56.27

CMYK Percentages of Color #49319d

%54
%69
%0
%38

Triadic Colors of #49319d

#49319d #9d4931 #319d49

Analogous Colors of #49319d

#49319d #7f319d #314f9d

Monochromatic Colors of #49319d

#49319d

Complementary Color

#49319d #859d31

#49319d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49319d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49319d Color CSS Codes

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

#49319d Text Font Color

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

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


#49319d Background Color

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

This div background color is #49319d


#49319d Border Color

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

This div border color is #49319d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49319d


Comments

No comments written yet.

Please login to write comment.