Color Hex Logo

#49426f Color Hex

#49426F
(73,66,111)
0 Favorites   0 Comments

Color spaces of #49426f

RGB 7366111
HSL0.690.250.35
HSV249°41°44°
CMYK 0.340.410.00   0.56
XYZ7.56516.460615.8872
Yxy6.46060.25290.2160
Hunter Lab25.41778.6462-19.2665
CIE-Lab30.546014.4485-25.0396

#49426f color RGB value is (73,66,111).

#49426f hex color red value is 73, green value is 66 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #49426f hue: 0.69 , saturation: 0.25 and the lightness value of 49426f is 0.35.

The process color (four color CMYK) of #49426f color hex is 0.34, 0.41, 0.00, 0.56. Web safe color of #49426f is #333366. Color #49426f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 01101111
Octal 111 102 157
Decimal 73 66 111
Hex 49 42 6F

RGB Percentages of Color #49426f

%29.20
%26.40
%44.40

CMYK Percentages of Color #49426f

%34
%41
%0
%56

Triadic Colors of #49426f

#49426f #6f4942 #426f49

Analogous Colors of #49426f

#49426f #5f426f #42526f

Monochromatic Colors of #49426f

#49426f

Complementary Color

#49426f #686f42

#49426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49426f Color CSS Codes

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

#49426f Text Font Color

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

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


#49426f Background Color

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

This div background color is #49426f


#49426f Border Color

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

This div border color is #49426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49426f


Comments

No comments written yet.

Please login to write comment.