Color Hex Logo

#473473 Color Hex

#473473
(71,52,115)
0 Favorites   0 Comments

Color spaces of #473473

RGB 7152115
HSL0.720.380.33
HSV258°55°45°
CMYK 0.380.550.00   0.55
XYZ6.92105.033416.8264
Yxy5.03340.24050.1749
Hunter Lab22.435215.8034-28.7628
CIE-Lab26.829724.1810-33.4822

#473473 color RGB value is (71,52,115).

#473473 hex color red value is 71, green value is 52 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #473473 hue: 0.72 , saturation: 0.38 and the lightness value of 473473 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 01110011
Octal 107 64 163
Decimal 71 52 115
Hex 47 34 73

RGB Percentages of Color #473473

%29.83
%21.85
%48.32

CMYK Percentages of Color #473473

%38
%55
%0
%55

Triadic Colors of #473473

#473473 #734734 #347347

Analogous Colors of #473473

#473473 #673473 #344173

Monochromatic Colors of #473473

#473473

Complementary Color

#473473 #607334

#473473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473473 Color CSS Codes

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

#473473 Text Font Color

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

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


#473473 Background Color

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

This div background color is #473473


#473473 Border Color

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

This div border color is #473473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473473


Comments

No comments written yet.

Please login to write comment.