Color Hex Logo

#477aae Color Hex

#477AAE
(71,122,174)
0 Favorites   0 Comments

Color spaces of #477aae

RGB 71122174
HSL0.580.420.48
HSV210°59°68°
CMYK 0.590.300.00   0.32
XYZ17.198018.314742.6730
Yxy18.31470.22000.2342
Hunter Lab42.7957-3.1599-29.1631
CIE-Lab49.8756-1.1441-32.7832

#477aae color RGB value is (71,122,174).

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

The process color (four color CMYK) of #477aae color hex is 0.59, 0.30, 0.00, 0.32. Web safe color of #477aae is #336699. Color #477aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111010 10101110
Octal 107 172 256
Decimal 71 122 174
Hex 47 7A AE

RGB Percentages of Color #477aae

%19.35
%33.24
%47.41

CMYK Percentages of Color #477aae

%59
%30
%0
%32

Triadic Colors of #477aae

#477aae #ae477a #7aae47

Analogous Colors of #477aae

#477aae #4847ae #47aeae

Monochromatic Colors of #477aae

#477aae

Complementary Color

#477aae #ae7b47

#477aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#477aae Color CSS Codes

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

#477aae Text Font Color

<p style="color:#477aae">Text here</p>

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


#477aae Background Color

<div style="background-color:#477aae">
Div content here</div>

This div background color is #477aae


#477aae Border Color

<div style="border:3px solid #477aae">
Div here</div>

This div border color is #477aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477aae


Comments

No comments written yet.

Please login to write comment.