Color Hex Logo

#478fac Color Hex

#478FAC
(71,143,172)
0 Favorites   0 Comments

Color spaces of #478fac

RGB 71143172
HSL0.550.420.48
HSV197°59°67°
CMYK 0.590.170.00   0.33
XYZ19.867423.963142.6079
Yxy23.96310.22980.2772
Hunter Lab48.9521-13.2213-17.3395
CIE-Lab56.0508-13.8275-22.0617

#478fac color RGB value is (71,143,172).

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

The process color (four color CMYK) of #478fac color hex is 0.59, 0.17, 0.00, 0.33. Web safe color of #478fac is #339999. Color #478fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 10101100
Octal 107 217 254
Decimal 71 143 172
Hex 47 8F AC

RGB Percentages of Color #478fac

%18.39
%37.05
%44.56

CMYK Percentages of Color #478fac

%59
%17
%0
%33

Triadic Colors of #478fac

#478fac #ac478f #8fac47

Analogous Colors of #478fac

#478fac #475dac #47ac97

Monochromatic Colors of #478fac

#478fac

Complementary Color

#478fac #ac6447

#478fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fac Color CSS Codes

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

#478fac Text Font Color

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

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


#478fac Background Color

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

This div background color is #478fac


#478fac Border Color

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

This div border color is #478fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fac


Comments

No comments written yet.

Please login to write comment.