Color Hex Logo

#49428d Color Hex

#49428D
(73,66,141)
0 Favorites   0 Comments

Color spaces of #49428d

RGB 7366141
HSL0.680.360.41
HSV246°53°55°
CMYK 0.480.530.00   0.45
XYZ9.50367.236026.0951
Yxy7.23600.22190.1689
Hunter Lab26.899815.9887-38.6865
CIE-Lab32.338223.7160-40.8891

#49428d color RGB value is (73,66,141).

#49428d hex color red value is 73, green value is 66 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #49428d hue: 0.68 , saturation: 0.36 and the lightness value of 49428d is 0.41.

The process color (four color CMYK) of #49428d color hex is 0.48, 0.53, 0.00, 0.45. Web safe color of #49428d is #333399. Color #49428d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 10001101
Octal 111 102 215
Decimal 73 66 141
Hex 49 42 8D

RGB Percentages of Color #49428d

%26.07
%23.57
%50.36

CMYK Percentages of Color #49428d

%48
%53
%0
%45

Triadic Colors of #49428d

#49428d #8d4942 #428d49

Analogous Colors of #49428d

#49428d #6f428d #42618d

Monochromatic Colors of #49428d

#49428d

Complementary Color

#49428d #868d42

#49428d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49428d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49428d Color CSS Codes

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

#49428d Text Font Color

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

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


#49428d Background Color

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

This div background color is #49428d


#49428d Border Color

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

This div border color is #49428d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49428d


Comments

No comments written yet.

Please login to write comment.