Color Hex Logo

#479dae Color Hex

#479DAE
(71,157,174)
0 Favorites   0 Comments

Color spaces of #479dae

RGB 71157174
HSL0.530.420.48
HSV190°59°68°
CMYK 0.590.100.00   0.32
XYZ22.295528.509544.3722
Yxy28.50950.23430.2995
Hunter Lab53.3943-18.9049-11.8957
CIE-Lab60.3463-20.7153-16.6477

#479dae color RGB value is (71,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011101 10101110
Octal 107 235 256
Decimal 71 157 174
Hex 47 9D AE

RGB Percentages of Color #479dae

%17.66
%39.05
%43.28

CMYK Percentages of Color #479dae

%59
%10
%0
%32

Triadic Colors of #479dae

#479dae #ae479d #9dae47

Analogous Colors of #479dae

#479dae #476aae #47ae8c

Monochromatic Colors of #479dae

#479dae

Complementary Color

#479dae #ae5847

#479dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#479dae Color CSS Codes

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

#479dae Text Font Color

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

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


#479dae Background Color

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

This div background color is #479dae


#479dae Border Color

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

This div border color is #479dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479dae


Comments

No comments written yet.

Please login to write comment.