Color Hex Logo

#475f73 Color Hex

#475F73
(71,95,115)
0 Favorites   0 Comments

Color spaces of #475f73

RGB 7195115
HSL0.580.240.36
HSV207°38°45°
CMYK 0.380.170.00   0.55
XYZ9.785310.761817.7812
Yxy10.76180.25530.2808
Hunter Lab32.8052-4.1652-9.1730
CIE-Lab39.1763-3.4879-14.1877

#475f73 color RGB value is (71,95,115).

#475f73 hex color red value is 71, green value is 95 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #475f73 hue: 0.58 , saturation: 0.24 and the lightness value of 475f73 is 0.36.

The process color (four color CMYK) of #475f73 color hex is 0.38, 0.17, 0.00, 0.55. Web safe color of #475f73 is #336666. Color #475f73 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011111 01110011
Octal 107 137 163
Decimal 71 95 115
Hex 47 5F 73

RGB Percentages of Color #475f73

%25.27
%33.81
%40.93

CMYK Percentages of Color #475f73

%38
%17
%0
%55

Triadic Colors of #475f73

#475f73 #73475f #5f7347

Analogous Colors of #475f73

#475f73 #474973 #477371

Monochromatic Colors of #475f73

#475f73

Complementary Color

#475f73 #735b47

#475f73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475f73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475f73 Color CSS Codes

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

#475f73 Text Font Color

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

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


#475f73 Background Color

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

This div background color is #475f73


#475f73 Border Color

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

This div border color is #475f73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475f73


Comments

No comments written yet.

Please login to write comment.