Color Hex Logo

#477eba Color Hex

#477EBA
(71,126,186)
0 Favorites   0 Comments

Color spaces of #477eba

RGB 71126186
HSL0.590.450.50
HSV211°62°73°
CMYK 0.620.320.00   0.27
XYZ18.922319.806549.2801
Yxy19.80650.21500.2251
Hunter Lab44.5045-1.9887-34.4990
CIE-Lab51.61770.4988-36.9738

#477eba color RGB value is (71,126,186).

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

The process color (four color CMYK) of #477eba color hex is 0.62, 0.32, 0.00, 0.27. Web safe color of #477eba is #3366cc. Color #477eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111110 10111010
Octal 107 176 272
Decimal 71 126 186
Hex 47 7E BA

RGB Percentages of Color #477eba

%18.54
%32.90
%48.56

CMYK Percentages of Color #477eba

%62
%32
%0
%27

Triadic Colors of #477eba

#477eba #ba477e #7eba47

Analogous Colors of #477eba

#477eba #4947ba #47b8ba

Monochromatic Colors of #477eba

#477eba

Complementary Color

#477eba #ba8347

#477eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#477eba Color CSS Codes

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

#477eba Text Font Color

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

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


#477eba Background Color

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

This div background color is #477eba


#477eba Border Color

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

This div border color is #477eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477eba


Comments

No comments written yet.

Please login to write comment.