Color Hex Logo

#477275 Color Hex

#477275
(71,114,117)
0 Favorites   0 Comments

Color spaces of #477275

RGB 71114117
HSL0.510.240.37
HSV184°39°46°
CMYK 0.390.030.00   0.54
XYZ11.826714.658619.0357
Yxy14.65860.25980.3220
Hunter Lab38.2866-11.8629-2.6778
CIE-Lab45.1630-14.0142-6.3786

#477275 color RGB value is (71,114,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110010 01110101
Octal 107 162 165
Decimal 71 114 117
Hex 47 72 75

RGB Percentages of Color #477275

%23.51
%37.75
%38.74

CMYK Percentages of Color #477275

%39
%3
%0
%54

Triadic Colors of #477275

#477275 #754772 #727547

Analogous Colors of #477275

#477275 #475b75 #477561

Monochromatic Colors of #477275

#477275

Complementary Color

#477275 #754a47

#477275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477275 Color CSS Codes

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

#477275 Text Font Color

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

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


#477275 Background Color

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

This div background color is #477275


#477275 Border Color

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

This div border color is #477275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477275


Comments

No comments written yet.

Please login to write comment.