Color Hex Logo

#478faa Color Hex

#478FAA
(71,143,170)
0 Favorites   0 Comments

Color spaces of #478faa

RGB 71143170
HSL0.550.410.47
HSV196°58°67°
CMYK 0.580.160.00   0.33
XYZ19.676723.886841.6038
Yxy23.88680.23100.2805
Hunter Lab48.8741-13.6657-16.2584
CIE-Lab55.9743-14.4500-21.0355

#478faa color RGB value is (71,143,170).

#478faa hex color red value is 71, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #478faa hue: 0.55 , saturation: 0.41 and the lightness value of 478faa is 0.47.

The process color (four color CMYK) of #478faa color hex is 0.58, 0.16, 0.00, 0.33. Web safe color of #478faa is #339999. Color #478faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 10101010
Octal 107 217 252
Decimal 71 143 170
Hex 47 8F AA

RGB Percentages of Color #478faa

%18.49
%37.24
%44.27

CMYK Percentages of Color #478faa

%58
%16
%0
%33

Triadic Colors of #478faa

#478faa #aa478f #8faa47

Analogous Colors of #478faa

#478faa #475eaa #47aa94

Monochromatic Colors of #478faa

#478faa

Complementary Color

#478faa #aa6247

#478faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#478faa Color CSS Codes

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

#478faa Text Font Color

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

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


#478faa Background Color

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

This div background color is #478faa


#478faa Border Color

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

This div border color is #478faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,143,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478faa;
  -webkit-box-shadow: 1px 1px 3px 2px #478faa;
  box-shadow:         1px 1px 3px 2px #478faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478faa


Comments

No comments written yet.

Please login to write comment.