Color Hex Logo

#477888 Color Hex

#477888
(71,120,136)
0 Favorites   0 Comments

Color spaces of #477888

RGB 71120136
HSL0.540.310.41
HSV195°48°53°
CMYK 0.480.120.00   0.47
XYZ13.758916.550125.7619
Yxy16.55010.24540.2952
Hunter Lab40.6818-10.8231-9.0683
CIE-Lab47.6881-11.9839-13.8928

#477888 color RGB value is (71,120,136).

#477888 hex color red value is 71, green value is 120 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #477888 hue: 0.54 , saturation: 0.31 and the lightness value of 477888 is 0.41.

The process color (four color CMYK) of #477888 color hex is 0.48, 0.12, 0.00, 0.47. Web safe color of #477888 is #336699. Color #477888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111000 10001000
Octal 107 170 210
Decimal 71 120 136
Hex 47 78 88

RGB Percentages of Color #477888

%21.71
%36.70
%41.59

CMYK Percentages of Color #477888

%48
%12
%0
%47

Triadic Colors of #477888

#477888 #884778 #788847

Analogous Colors of #477888

#477888 #475888 #478878

Monochromatic Colors of #477888

#477888

Complementary Color

#477888 #885747

#477888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477888 Color CSS Codes

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

#477888 Text Font Color

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

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


#477888 Background Color

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

This div background color is #477888


#477888 Border Color

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

This div border color is #477888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477888


Comments

No comments written yet.

Please login to write comment.