Color Hex Logo

#472d4b Color Hex

#472D4B
(71,45,75)
0 Favorites   0 Comments

Color spaces of #472d4b

RGB 714575
HSL0.810.250.24
HSV292°40°29°
CMYK 0.050.400.00   0.71
XYZ4.80693.72447.1221
Yxy3.72440.30710.2379
Hunter Lab19.298710.6878-8.3716
CIE-Lab22.738617.9271-13.7929

#472d4b color RGB value is (71,45,75).

#472d4b hex color red value is 71, green value is 45 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #472d4b hue: 0.81 , saturation: 0.25 and the lightness value of 472d4b is 0.24.

The process color (four color CMYK) of #472d4b color hex is 0.05, 0.40, 0.00, 0.71. Web safe color of #472d4b is #333333. Color #472d4b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101101 01001011
Octal 107 55 113
Decimal 71 45 75
Hex 47 2D 4B

RGB Percentages of Color #472d4b

%37.17
%23.56
%39.27

CMYK Percentages of Color #472d4b

%5
%40
%0
%71

Triadic Colors of #472d4b

#472d4b #4b472d #2d4b47

Analogous Colors of #472d4b

#472d4b #4b2d40 #382d4b

Monochromatic Colors of #472d4b

#472d4b

Complementary Color

#472d4b #314b2d

#472d4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472d4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#472d4b Color CSS Codes

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

#472d4b Text Font Color

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

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


#472d4b Background Color

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

This div background color is #472d4b


#472d4b Border Color

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

This div border color is #472d4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,45,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #472d4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #472d4b;
  -webkit-box-shadow: 1px 1px 3px 2px #472d4b;
  box-shadow:         1px 1px 3px 2px #472d4b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472d4b


Comments

No comments written yet.

Please login to write comment.