Color Hex Logo

#49489f Color Hex

#49489F
(73,72,159)
0 Favorites   0 Comments

Color spaces of #49489f

RGB 7372159
HSL0.670.380.45
HSV241°55°62°
CMYK 0.540.550.00   0.38
XYZ11.32308.554433.8553
Yxy8.55440.21070.1592
Hunter Lab29.247917.9204-48.1564
CIE-Lab35.111825.7146-47.3698

#49489f color RGB value is (73,72,159).

#49489f hex color red value is 73, green value is 72 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #49489f hue: 0.67 , saturation: 0.38 and the lightness value of 49489f is 0.45.

The process color (four color CMYK) of #49489f color hex is 0.54, 0.55, 0.00, 0.38. Web safe color of #49489f is #333399. Color #49489f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001000 10011111
Octal 111 110 237
Decimal 73 72 159
Hex 49 48 9F

RGB Percentages of Color #49489f

%24.01
%23.68
%52.30

CMYK Percentages of Color #49489f

%54
%55
%0
%38

Triadic Colors of #49489f

#49489f #9f4948 #489f49

Analogous Colors of #49489f

#49489f #75489f #48739f

Monochromatic Colors of #49489f

#49489f

Complementary Color

#49489f #9e9f48

#49489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49489f Color CSS Codes

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

#49489f Text Font Color

<p style="color:#49489f">Text here</p>

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


#49489f Background Color

<div style="background-color:#49489f">
Div content here</div>

This div background color is #49489f


#49489f Border Color

<div style="border:3px solid #49489f">
Div here</div>

This div border color is #49489f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49489f


Comments

No comments written yet.

Please login to write comment.