Color Hex Logo

#473556 Color Hex

#473556
(71,53,86)
0 Favorites   0 Comments

Color spaces of #473556

RGB 715386
HSL0.760.240.27
HSV273°38°34°
CMYK 0.170.380.00   0.66
XYZ5.55144.55779.3912
Yxy4.55770.28470.2337
Hunter Lab21.34889.0557-11.1372
CIE-Lab25.435615.3938-16.9251

#473556 color RGB value is (71,53,86).

#473556 hex color red value is 71, green value is 53 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #473556 hue: 0.76 , saturation: 0.24 and the lightness value of 473556 is 0.27.

The process color (four color CMYK) of #473556 color hex is 0.17, 0.38, 0.00, 0.66. Web safe color of #473556 is #333366. Color #473556 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110101 01010110
Octal 107 65 126
Decimal 71 53 86
Hex 47 35 56

RGB Percentages of Color #473556

%33.81
%25.24
%40.95

CMYK Percentages of Color #473556

%17
%38
%0
%66

Triadic Colors of #473556

#473556 #564735 #355647

Analogous Colors of #473556

#473556 #563555 #373556

Monochromatic Colors of #473556

#473556

Complementary Color

#473556 #445635

#473556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473556 Color CSS Codes

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

#473556 Text Font Color

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

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


#473556 Background Color

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

This div background color is #473556


#473556 Border Color

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

This div border color is #473556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473556


Comments

No comments written yet.

Please login to write comment.