Color Hex Logo

#477dbe Color Hex

#477DBE
(71,125,190)
0 Favorites   0 Comments

Color spaces of #477dbe

RGB 71125190
HSL0.590.480.51
HSV213°63°75°
CMYK 0.630.340.00   0.25
XYZ19.226419.724551.5091
Yxy19.72450.21250.2180
Hunter Lab44.4123-0.4475-37.6756
CIE-Lab51.52432.4572-39.4161

#477dbe color RGB value is (71,125,190).

#477dbe hex color red value is 71, green value is 125 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #477dbe hue: 0.59 , saturation: 0.48 and the lightness value of 477dbe is 0.51.

The process color (four color CMYK) of #477dbe color hex is 0.63, 0.34, 0.00, 0.25. Web safe color of #477dbe is #3366cc. Color #477dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111101 10111110
Octal 107 175 276
Decimal 71 125 190
Hex 47 7D BE

RGB Percentages of Color #477dbe

%18.39
%32.38
%49.22

CMYK Percentages of Color #477dbe

%63
%34
%0
%25

Triadic Colors of #477dbe

#477dbe #be477d #7dbe47

Analogous Colors of #477dbe

#477dbe #4d47be #47b9be

Monochromatic Colors of #477dbe

#477dbe

Complementary Color

#477dbe #be8847

#477dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#477dbe Color CSS Codes

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

#477dbe Text Font Color

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

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


#477dbe Background Color

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

This div background color is #477dbe


#477dbe Border Color

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

This div border color is #477dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477dbe


Comments

No comments written yet.

Please login to write comment.