Color Hex Logo

#477bae Color Hex

#477BAE
(71,123,174)
0 Favorites   0 Comments

Color spaces of #477bae

RGB 71123174
HSL0.580.420.48
HSV210°59°68°
CMYK 0.590.290.00   0.32
XYZ17.321518.561542.7142
Yxy18.56150.22040.2362
Hunter Lab43.0831-3.6296-28.6242
CIE-Lab50.1702-1.7385-32.3223

#477bae color RGB value is (71,123,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111011 10101110
Octal 107 173 256
Decimal 71 123 174
Hex 47 7B AE

RGB Percentages of Color #477bae

%19.29
%33.42
%47.28

CMYK Percentages of Color #477bae

%59
%29
%0
%32

Triadic Colors of #477bae

#477bae #ae477b #7bae47

Analogous Colors of #477bae

#477bae #4747ae #47aeae

Monochromatic Colors of #477bae

#477bae

Complementary Color

#477bae #ae7a47

#477bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#477bae Color CSS Codes

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

#477bae Text Font Color

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

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


#477bae Background Color

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

This div background color is #477bae


#477bae Border Color

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

This div border color is #477bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477bae


Comments

No comments written yet.

Please login to write comment.