Color Hex Logo

#49498b Color Hex

#49498B
(73,73,139)
0 Favorites   0 Comments

Color spaces of #49498b

RGB 7373139
HSL0.670.310.42
HSV240°47°55°
CMYK 0.470.470.00   0.45
XYZ9.79048.045625.4630
Yxy8.04560.22610.1858
Hunter Lab28.364811.9728-33.3692
CIE-Lab34.077718.5298-36.8788

#49498b color RGB value is (73,73,139).

#49498b hex color red value is 73, green value is 73 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #49498b hue: 0.67 , saturation: 0.31 and the lightness value of 49498b is 0.42.

The process color (four color CMYK) of #49498b color hex is 0.47, 0.47, 0.00, 0.45. Web safe color of #49498b is #333399. Color #49498b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 10001011
Octal 111 111 213
Decimal 73 73 139
Hex 49 49 8B

RGB Percentages of Color #49498b

%25.61
%25.61
%48.77

CMYK Percentages of Color #49498b

%47
%47
%0
%45

Triadic Colors of #49498b

#49498b #8b4949 #498b49

Analogous Colors of #49498b

#49498b #6a498b #496a8b

Monochromatic Colors of #49498b

#49498b

Complementary Color

#49498b #8b8b49

#49498b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49498b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49498b Color CSS Codes

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

#49498b Text Font Color

<p style="color:#49498b">Text here</p>

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


#49498b Background Color

<div style="background-color:#49498b">
Div content here</div>

This div background color is #49498b


#49498b Border Color

<div style="border:3px solid #49498b">
Div here</div>

This div border color is #49498b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,73,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49498b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49498b;
  -webkit-box-shadow: 1px 1px 3px 2px #49498b;
  box-shadow:         1px 1px 3px 2px #49498b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49498b


Comments

No comments written yet.

Please login to write comment.