Color Hex Logo

#473966 Color Hex

#473966
(71,57,102)
0 Favorites   0 Comments

Color spaces of #473966

RGB 7157102
HSL0.720.280.31
HSV259°44°40°
CMYK 0.300.440.00   0.60
XYZ6.45995.225213.2385
Yxy5.22520.25920.2096
Hunter Lab22.858710.4416-18.3364
CIE-Lab27.367017.1215-24.3102

#473966 color RGB value is (71,57,102).

#473966 hex color red value is 71, green value is 57 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #473966 hue: 0.72 , saturation: 0.28 and the lightness value of 473966 is 0.31.

The process color (four color CMYK) of #473966 color hex is 0.30, 0.44, 0.00, 0.60. Web safe color of #473966 is #333366. Color #473966 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111001 01100110
Octal 107 71 146
Decimal 71 57 102
Hex 47 39 66

RGB Percentages of Color #473966

%30.87
%24.78
%44.35

CMYK Percentages of Color #473966

%30
%44
%0
%60

Triadic Colors of #473966

#473966 #664739 #396647

Analogous Colors of #473966

#473966 #5e3966 #394166

Monochromatic Colors of #473966

#473966

Complementary Color

#473966 #586639

#473966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473966 Color CSS Codes

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

#473966 Text Font Color

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

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


#473966 Background Color

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

This div background color is #473966


#473966 Border Color

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

This div border color is #473966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473966


Comments

No comments written yet.

Please login to write comment.