Color Hex Logo

#479bad Color Hex

#479BAD
(71,155,173)
0 Favorites   0 Comments

Color spaces of #479bad

RGB 71155173
HSL0.530.420.48
HSV191°59°68°
CMYK 0.590.100.00   0.32
XYZ21.862727.799443.7487
Yxy27.79940.23400.2976
Hunter Lab52.7251-18.2532-12.2883
CIE-Lab59.7071-19.9685-17.0520

#479bad color RGB value is (71,155,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011011 10101101
Octal 107 233 255
Decimal 71 155 173
Hex 47 9B AD

RGB Percentages of Color #479bad

%17.79
%38.85
%43.36

CMYK Percentages of Color #479bad

%59
%10
%0
%32

Triadic Colors of #479bad

#479bad #ad479b #9bad47

Analogous Colors of #479bad

#479bad #4768ad #47ad8c

Monochromatic Colors of #479bad

#479bad

Complementary Color

#479bad #ad5947

#479bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#479bad Color CSS Codes

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

#479bad Text Font Color

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

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


#479bad Background Color

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

This div background color is #479bad


#479bad Border Color

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

This div border color is #479bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479bad


Comments

No comments written yet.

Please login to write comment.