Color Hex Logo

#473268 Color Hex

#473268
(71,50,104)
0 Favorites   0 Comments

Color spaces of #473268

RGB 7150104
HSL0.730.350.30
HSV263°52°41°
CMYK 0.320.520.00   0.59
XYZ6.23784.620313.6597
Yxy4.62030.25440.1884
Hunter Lab21.494914.1845-22.6316
CIE-Lab25.624422.2667-28.3544

#473268 color RGB value is (71,50,104).

#473268 hex color red value is 71, green value is 50 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #473268 hue: 0.73 , saturation: 0.35 and the lightness value of 473268 is 0.30.

The process color (four color CMYK) of #473268 color hex is 0.32, 0.52, 0.00, 0.59. Web safe color of #473268 is #333366. Color #473268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110010 01101000
Octal 107 62 150
Decimal 71 50 104
Hex 47 32 68

RGB Percentages of Color #473268

%31.56
%22.22
%46.22

CMYK Percentages of Color #473268

%32
%52
%0
%59

Triadic Colors of #473268

#473268 #684732 #326847

Analogous Colors of #473268

#473268 #623268 #323868

Monochromatic Colors of #473268

#473268

Complementary Color

#473268 #536832

#473268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473268 Color CSS Codes

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

#473268 Text Font Color

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

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


#473268 Background Color

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

This div background color is #473268


#473268 Border Color

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

This div border color is #473268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473268


Comments

No comments written yet.

Please login to write comment.