Color Hex Logo

#49214f Color Hex

#49214F
(73,33,79)
0 Favorites   0 Comments

Color spaces of #49214f

RGB 733379
HSL0.810.410.22
HSV292°58°31°
CMYK 0.080.580.00   0.69
XYZ4.70283.06877.7416
Yxy3.06870.30320.1978
Hunter Lab17.517717.2641-13.9396
CIE-Lab20.317027.0205-20.2398

#49214f color RGB value is (73,33,79).

#49214f hex color red value is 73, green value is 33 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #49214f hue: 0.81 , saturation: 0.41 and the lightness value of 49214f is 0.22.

The process color (four color CMYK) of #49214f color hex is 0.08, 0.58, 0.00, 0.69. Web safe color of #49214f is #333366. Color #49214f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100001 01001111
Octal 111 41 117
Decimal 73 33 79
Hex 49 21 4F

RGB Percentages of Color #49214f

%39.46
%17.84
%42.70

CMYK Percentages of Color #49214f

%8
%58
%0
%69

Triadic Colors of #49214f

#49214f #4f4921 #214f49

Analogous Colors of #49214f

#49214f #4f213e #32214f

Monochromatic Colors of #49214f

#49214f

Complementary Color

#49214f #274f21

#49214f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49214f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49214f Color CSS Codes

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

#49214f Text Font Color

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

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


#49214f Background Color

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

This div background color is #49214f


#49214f Border Color

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

This div border color is #49214f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49214f


Comments

No comments written yet.

Please login to write comment.