Color Hex Logo

#478faf Color Hex

#478FAF
(71,143,175)
0 Favorites   0 Comments

Color spaces of #478faf

RGB 71143175
HSL0.550.420.48
HSV198°59°69°
CMYK 0.590.180.00   0.31
XYZ20.158924.079744.1428
Yxy24.07970.22810.2725
Hunter Lab49.0711-12.5447-18.9857
CIE-Lab56.1675-12.8862-23.5965

#478faf color RGB value is (71,143,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 10101111
Octal 107 217 257
Decimal 71 143 175
Hex 47 8F AF

RGB Percentages of Color #478faf

%18.25
%36.76
%44.99

CMYK Percentages of Color #478faf

%59
%18
%0
%31

Triadic Colors of #478faf

#478faf #af478f #8faf47

Analogous Colors of #478faf

#478faf #475baf #47af9b

Monochromatic Colors of #478faf

#478faf

Complementary Color

#478faf #af6747

#478faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#478faf Color CSS Codes

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

#478faf Text Font Color

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

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


#478faf Background Color

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

This div background color is #478faf


#478faf Border Color

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

This div border color is #478faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,143,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 #478faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478faf


Comments

No comments written yet.

Please login to write comment.