Color Hex Logo

#49488e Color Hex

#49488E
(73,72,142)
0 Favorites   0 Comments

Color spaces of #49488e

RGB 7372142
HSL0.670.330.42
HSV241°49°56°
CMYK 0.490.490.00   0.44
XYZ9.94758.004226.6119
Yxy8.00420.22320.1796
Hunter Lab28.291713.2510-35.9655
CIE-Lab33.991620.1477-38.8532

#49488e color RGB value is (73,72,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001000 10001110
Octal 111 110 216
Decimal 73 72 142
Hex 49 48 8E

RGB Percentages of Color #49488e

%25.44
%25.09
%49.48

CMYK Percentages of Color #49488e

%49
%49
%0
%44

Triadic Colors of #49488e

#49488e #8e4948 #488e49

Analogous Colors of #49488e

#49488e #6c488e #486a8e

Monochromatic Colors of #49488e

#49488e

Complementary Color

#49488e #8d8e48

#49488e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49488e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49488e Color CSS Codes

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

#49488e Text Font Color

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

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


#49488e Background Color

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

This div background color is #49488e


#49488e Border Color

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

This div border color is #49488e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49488e


Comments

No comments written yet.

Please login to write comment.