Color Hex Logo

#478eaf Color Hex

#478EAF
(71,142,175)
0 Favorites   0 Comments

Color spaces of #478eaf

RGB 71142175
HSL0.550.420.48
HSV199°59°69°
CMYK 0.590.190.00   0.31
XYZ20.009423.780744.0930
Yxy23.78070.22770.2706
Hunter Lab48.7655-12.0976-19.4733
CIE-Lab55.8676-12.3322-24.0580

#478eaf color RGB value is (71,142,175).

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

The process color (four color CMYK) of #478eaf color hex is 0.59, 0.19, 0.00, 0.31. Web safe color of #478eaf is #339999. Color #478eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 10101111
Octal 107 216 257
Decimal 71 142 175
Hex 47 8E AF

RGB Percentages of Color #478eaf

%18.30
%36.60
%45.10

CMYK Percentages of Color #478eaf

%59
%19
%0
%31

Triadic Colors of #478eaf

#478eaf #af478e #8eaf47

Analogous Colors of #478eaf

#478eaf #475aaf #47af9c

Monochromatic Colors of #478eaf

#478eaf

Complementary Color

#478eaf #af6847

#478eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#478eaf Color CSS Codes

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

#478eaf Text Font Color

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

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


#478eaf Background Color

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

This div background color is #478eaf


#478eaf Border Color

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

This div border color is #478eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478eaf


Comments

No comments written yet.

Please login to write comment.