Color Hex Logo

#472749 Color Hex

#472749
(71,39,73)
0 Favorites   0 Comments

Color spaces of #472749

RGB 713973
HSL0.820.300.22
HSV296°47°29°
CMYK 0.030.470.00   0.71
XYZ4.52673.27176.6962
Yxy3.27170.31230.2257
Hunter Lab18.087813.0181-9.2879
CIE-Lab21.100721.3218-14.9773

#472749 color RGB value is (71,39,73).

#472749 hex color red value is 71, green value is 39 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #472749 hue: 0.82 , saturation: 0.30 and the lightness value of 472749 is 0.22.

The process color (four color CMYK) of #472749 color hex is 0.03, 0.47, 0.00, 0.71. Web safe color of #472749 is #333333. Color #472749 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100111 01001001
Octal 107 47 111
Decimal 71 39 73
Hex 47 27 49

RGB Percentages of Color #472749

%38.80
%21.31
%39.89

CMYK Percentages of Color #472749

%3
%47
%0
%71

Triadic Colors of #472749

#472749 #494727 #274947

Analogous Colors of #472749

#472749 #49273a #362749

Monochromatic Colors of #472749

#472749

Complementary Color

#472749 #294927

#472749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472749 Color CSS Codes

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

#472749 Text Font Color

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

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


#472749 Background Color

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

This div background color is #472749


#472749 Border Color

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

This div border color is #472749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472749


Comments

No comments written yet.

Please login to write comment.