Color Hex Logo

#479aba Color Hex

#479ABA
(71,154,186)
0 Favorites   0 Comments

Color spaces of #479aba

RGB 71154186
HSL0.550.450.50
HSV197°62°73°
CMYK 0.620.170.00   0.27
XYZ23.017127.996050.6450
Yxy27.99600.22640.2754
Hunter Lab52.9112-14.9448-19.7127
CIE-Lab59.8851-15.4361-24.1245

#479aba color RGB value is (71,154,186).

#479aba hex color red value is 71, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #479aba hue: 0.55 , saturation: 0.45 and the lightness value of 479aba is 0.50.

The process color (four color CMYK) of #479aba color hex is 0.62, 0.17, 0.00, 0.27. Web safe color of #479aba is #3399cc. Color #479aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011010 10111010
Octal 107 232 272
Decimal 71 154 186
Hex 47 9A BA

RGB Percentages of Color #479aba

%17.27
%37.47
%45.26

CMYK Percentages of Color #479aba

%62
%17
%0
%27

Triadic Colors of #479aba

#479aba #ba479a #9aba47

Analogous Colors of #479aba

#479aba #4761ba #47baa1

Monochromatic Colors of #479aba

#479aba

Complementary Color

#479aba #ba6747

#479aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#479aba Color CSS Codes

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

#479aba Text Font Color

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

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


#479aba Background Color

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

This div background color is #479aba


#479aba Border Color

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

This div border color is #479aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479aba


Comments

No comments written yet.

Please login to write comment.