Color Hex Logo

#477280 Color Hex

#477280
(71,114,128)
0 Favorites   0 Comments

Color spaces of #477280

RGB 71114128
HSL0.540.290.39
HSV195°45°50°
CMYK 0.450.110.00   0.50
XYZ12.512114.932722.6449
Yxy14.93270.24980.2981
Hunter Lab38.6429-9.8288-7.6942
CIE-Lab45.5419-10.9154-12.3883

#477280 color RGB value is (71,114,128).

#477280 hex color red value is 71, green value is 114 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #477280 hue: 0.54 , saturation: 0.29 and the lightness value of 477280 is 0.39.

The process color (four color CMYK) of #477280 color hex is 0.45, 0.11, 0.00, 0.50. Web safe color of #477280 is #336699. Color #477280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110010 10000000
Octal 107 162 200
Decimal 71 114 128
Hex 47 72 80

RGB Percentages of Color #477280

%22.68
%36.42
%40.89

CMYK Percentages of Color #477280

%45
%11
%0
%50

Triadic Colors of #477280

#477280 #804772 #728047

Analogous Colors of #477280

#477280 #475680 #478072

Monochromatic Colors of #477280

#477280

Complementary Color

#477280 #805547

#477280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477280 Color CSS Codes

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

#477280 Text Font Color

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

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


#477280 Background Color

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

This div background color is #477280


#477280 Border Color

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

This div border color is #477280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477280


Comments

No comments written yet.

Please login to write comment.