Color Hex Logo

#49568d Color Hex

#49568D
(73,86,141)
0 Favorites   0 Comments

Color spaces of #49568d

RGB 7386141
HSL0.630.320.42
HSV229°48°55°
CMYK 0.480.390.00   0.45
XYZ10.88329.995126.5550
Yxy9.99510.22940.2107
Hunter Lab31.61506.1208-27.6700
CIE-Lab37.833610.7551-32.1399

#49568d color RGB value is (73,86,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010110 10001101
Octal 111 126 215
Decimal 73 86 141
Hex 49 56 8D

RGB Percentages of Color #49568d

%24.33
%28.67
%47.00

CMYK Percentages of Color #49568d

%48
%39
%0
%45

Triadic Colors of #49568d

#49568d #8d4956 #568d49

Analogous Colors of #49568d

#49568d #5e498d #49788d

Monochromatic Colors of #49568d

#49568d

Complementary Color

#49568d #8d8049

#49568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49568d Color CSS Codes

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

#49568d Text Font Color

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

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


#49568d Background Color

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

This div background color is #49568d


#49568d Border Color

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

This div border color is #49568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49568d


Comments

No comments written yet.

Please login to write comment.