Color Hex Logo

#49274f Color Hex

#49274F
(73,39,79)
0 Favorites   0 Comments

Color spaces of #49274f

RGB 733979
HSL0.810.340.23
HSV291°51°31°
CMYK 0.080.510.00   0.69
XYZ4.88453.43207.8021
Yxy3.43200.30300.2129
Hunter Lab18.525714.6436-12.0021
CIE-Lab21.697023.4062-18.0757

#49274f color RGB value is (73,39,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100111 01001111
Octal 111 47 117
Decimal 73 39 79
Hex 49 27 4F

RGB Percentages of Color #49274f

%38.22
%20.42
%41.36

CMYK Percentages of Color #49274f

%8
%51
%0
%69

Triadic Colors of #49274f

#49274f #4f4927 #274f49

Analogous Colors of #49274f

#49274f #4f2741 #35274f

Monochromatic Colors of #49274f

#49274f

Complementary Color

#49274f #2d4f27

#49274f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49274f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49274f Color CSS Codes

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

#49274f Text Font Color

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

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


#49274f Background Color

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

This div background color is #49274f


#49274f Border Color

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

This div border color is #49274f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,39,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 #49274f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49274f


Comments

No comments written yet.

Please login to write comment.