Color Hex Logo

#473c66 Color Hex

#473C66
(71,60,102)
0 Favorites   0 Comments

Color spaces of #473c66

RGB 7160102
HSL0.710.260.32
HSV256°41°40°
CMYK 0.300.410.00   0.60
XYZ6.61275.530613.2894
Yxy5.53060.26000.2175
Hunter Lab23.51729.0364-17.0423
CIE-Lab28.195915.1448-23.0078

#473c66 color RGB value is (71,60,102).

#473c66 hex color red value is 71, green value is 60 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #473c66 hue: 0.71 , saturation: 0.26 and the lightness value of 473c66 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111100 01100110
Octal 107 74 146
Decimal 71 60 102
Hex 47 3C 66

RGB Percentages of Color #473c66

%30.47
%25.75
%43.78

CMYK Percentages of Color #473c66

%30
%41
%0
%60

Triadic Colors of #473c66

#473c66 #66473c #3c6647

Analogous Colors of #473c66

#473c66 #5c3c66 #3c4666

Monochromatic Colors of #473c66

#473c66

Complementary Color

#473c66 #5b663c

#473c66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473c66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473c66 Color CSS Codes

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

#473c66 Text Font Color

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

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


#473c66 Background Color

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

This div background color is #473c66


#473c66 Border Color

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

This div border color is #473c66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,60,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 #473c66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473c66


Comments

No comments written yet.

Please login to write comment.