Color Hex Logo

#479bac Color Hex

#479BAC
(71,155,172)
0 Favorites   0 Comments

Color spaces of #479bac

RGB 71155172
HSL0.530.420.48
HSV190°59°67°
CMYK 0.590.100.00   0.33
XYZ21.766327.760843.2409
Yxy27.76080.23460.2992
Hunter Lab52.6885-18.4643-11.7767
CIE-Lab59.6720-20.2683-16.5392

#479bac color RGB value is (71,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011011 10101100
Octal 107 233 254
Decimal 71 155 172
Hex 47 9B AC

RGB Percentages of Color #479bac

%17.84
%38.94
%43.22

CMYK Percentages of Color #479bac

%59
%10
%0
%33

Triadic Colors of #479bac

#479bac #ac479b #9bac47

Analogous Colors of #479bac

#479bac #4769ac #47ac8b

Monochromatic Colors of #479bac

#479bac

Complementary Color

#479bac #ac5847

#479bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#479bac Color CSS Codes

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

#479bac Text Font Color

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

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


#479bac Background Color

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

This div background color is #479bac


#479bac Border Color

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

This div border color is #479bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479bac


Comments

No comments written yet.

Please login to write comment.