Color Hex Logo

#49274d Color Hex

#49274D
(73,39,77)
0 Favorites   0 Comments

Color spaces of #49274d

RGB 733977
HSL0.820.330.23
HSV294°49°30°
CMYK 0.050.490.00   0.70
XYZ4.81273.40337.4244
Yxy3.40330.30770.2176
Hunter Lab18.448014.2828-10.9476
CIE-Lab21.591722.9450-16.8947

#49274d color RGB value is (73,39,77).

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

The process color (four color CMYK) of #49274d color hex is 0.05, 0.49, 0.00, 0.70. Web safe color of #49274d is #333366. Color #49274d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100111 01001101
Octal 111 47 115
Decimal 73 39 77
Hex 49 27 4D

RGB Percentages of Color #49274d

%38.62
%20.63
%40.74

CMYK Percentages of Color #49274d

%5
%49
%0
%70

Triadic Colors of #49274d

#49274d #4d4927 #274d49

Analogous Colors of #49274d

#49274d #4d273e #36274d

Monochromatic Colors of #49274d

#49274d

Complementary Color

#49274d #2b4d27

#49274d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49274d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49274d Color CSS Codes

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

#49274d Text Font Color

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

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


#49274d Background Color

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

This div background color is #49274d


#49274d Border Color

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

This div border color is #49274d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49274d

#49274d Color Palettes


Comments

No comments written yet.

Please login to write comment.