Color Hex Logo

#476175 Color Hex

#476175
(71,97,117)
0 Favorites   0 Comments

Color spaces of #476175

RGB 7197117
HSL0.570.240.37
HSV206°39°46°
CMYK 0.390.170.00   0.54
XYZ10.084111.173318.4548
Yxy11.17330.25390.2814
Hunter Lab33.4265-4.6465-9.3355
CIE-Lab39.8708-4.1200-14.3537

#476175 color RGB value is (71,97,117).

#476175 hex color red value is 71, green value is 97 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #476175 hue: 0.57 , saturation: 0.24 and the lightness value of 476175 is 0.37.

The process color (four color CMYK) of #476175 color hex is 0.39, 0.17, 0.00, 0.54. Web safe color of #476175 is #336666. Color #476175 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100001 01110101
Octal 107 141 165
Decimal 71 97 117
Hex 47 61 75

RGB Percentages of Color #476175

%24.91
%34.04
%41.05

CMYK Percentages of Color #476175

%39
%17
%0
%54

Triadic Colors of #476175

#476175 #754761 #617547

Analogous Colors of #476175

#476175 #474a75 #477572

Monochromatic Colors of #476175

#476175

Complementary Color

#476175 #755b47

#476175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476175 Color CSS Codes

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

#476175 Text Font Color

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

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


#476175 Background Color

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

This div background color is #476175


#476175 Border Color

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

This div border color is #476175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476175


Comments

No comments written yet.

Please login to write comment.