Color Hex Logo

#49487c Color Hex

#49487C
(73,72,124)
0 Favorites   0 Comments

Color spaces of #49487c

RGB 7372124
HSL0.670.270.38
HSV241°42°49°
CMYK 0.410.420.00   0.51
XYZ8.70317.506420.0590
Yxy7.50640.24000.2070
Hunter Lab27.39788.7556-24.2300
CIE-Lab32.933014.4445-29.4338

#49487c color RGB value is (73,72,124).

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

The process color (four color CMYK) of #49487c color hex is 0.41, 0.42, 0.00, 0.51. Web safe color of #49487c is #333366. Color #49487c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001000 01111100
Octal 111 110 174
Decimal 73 72 124
Hex 49 48 7C

RGB Percentages of Color #49487c

%27.14
%26.77
%46.10

CMYK Percentages of Color #49487c

%41
%42
%0
%51

Triadic Colors of #49487c

#49487c #7c4948 #487c49

Analogous Colors of #49487c

#49487c #63487c #48617c

Monochromatic Colors of #49487c

#49487c

Complementary Color

#49487c #7b7c48

#49487c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49487c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49487c Color CSS Codes

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

#49487c Text Font Color

<p style="color:#49487c">Text here</p>

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


#49487c Background Color

<div style="background-color:#49487c">
Div content here</div>

This div background color is #49487c


#49487c Border Color

<div style="border:3px solid #49487c">
Div here</div>

This div border color is #49487c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49487c


Comments

No comments written yet.

Please login to write comment.