Color Hex Logo

#478baf Color Hex

#478BAF
(71,139,175)
0 Favorites   0 Comments

Color spaces of #478baf

RGB 71139175
HSL0.560.420.48
HSV201°59°69°
CMYK 0.590.210.00   0.31
XYZ19.569022.900043.9462
Yxy22.90000.22650.2650
Hunter Lab47.8539-10.7501-20.9506
CIE-Lab54.9692-10.6583-25.4425

#478baf color RGB value is (71,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001011 10101111
Octal 107 213 257
Decimal 71 139 175
Hex 47 8B AF

RGB Percentages of Color #478baf

%18.44
%36.10
%45.45

CMYK Percentages of Color #478baf

%59
%21
%0
%31

Triadic Colors of #478baf

#478baf #af478b #8baf47

Analogous Colors of #478baf

#478baf #4757af #47af9f

Monochromatic Colors of #478baf

#478baf

Complementary Color

#478baf #af6b47

#478baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#478baf Color CSS Codes

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

#478baf Text Font Color

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

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


#478baf Background Color

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

This div background color is #478baf


#478baf Border Color

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

This div border color is #478baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478baf


Comments

No comments written yet.

Please login to write comment.