Color Hex Logo

#478bac Color Hex

#478BAC
(71,139,172)
0 Favorites   0 Comments

Color spaces of #478bac

RGB 71139172
HSL0.550.420.48
HSV200°59°67°
CMYK 0.590.190.00   0.33
XYZ19.277522.783442.4113
Yxy22.78340.22820.2697
Hunter Lab47.7320-11.4402-19.2686
CIE-Lab54.8485-11.6116-23.9093

#478bac color RGB value is (71,139,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001011 10101100
Octal 107 213 254
Decimal 71 139 172
Hex 47 8B AC

RGB Percentages of Color #478bac

%18.59
%36.39
%45.03

CMYK Percentages of Color #478bac

%59
%19
%0
%33

Triadic Colors of #478bac

#478bac #ac478b #8bac47

Analogous Colors of #478bac

#478bac #4759ac #47ac9b

Monochromatic Colors of #478bac

#478bac

Complementary Color

#478bac #ac6847

#478bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#478bac Color CSS Codes

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

#478bac Text Font Color

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

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


#478bac Background Color

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

This div background color is #478bac


#478bac Border Color

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

This div border color is #478bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478bac


Comments

No comments written yet.

Please login to write comment.