Color Hex Logo

#49568e Color Hex

#49568E
(73,86,142)
0 Favorites   0 Comments

Color spaces of #49568e

RGB 7386142
HSL0.640.320.42
HSV229°49°56°
CMYK 0.490.390.00   0.44
XYZ10.957910.025026.9487
Yxy10.02500.22860.2092
Hunter Lab31.66236.3675-28.2999
CIE-Lab37.887311.0782-32.6619

#49568e color RGB value is (73,86,142).

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

The process color (four color CMYK) of #49568e color hex is 0.49, 0.39, 0.00, 0.44. Web safe color of #49568e is #336699. Color #49568e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010110 10001110
Octal 111 126 216
Decimal 73 86 142
Hex 49 56 8E

RGB Percentages of Color #49568e

%24.25
%28.57
%47.18

CMYK Percentages of Color #49568e

%49
%39
%0
%44

Triadic Colors of #49568e

#49568e #8e4956 #568e49

Analogous Colors of #49568e

#49568e #5f498e #49798e

Monochromatic Colors of #49568e

#49568e

Complementary Color

#49568e #8e8149

#49568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49568e Color CSS Codes

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

#49568e Text Font Color

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

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


#49568e Background Color

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

This div background color is #49568e


#49568e Border Color

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

This div border color is #49568e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49568e


Comments

No comments written yet.

Please login to write comment.