Color Hex Logo

#477dbd Color Hex

#477DBD
(71,125,189)
0 Favorites   0 Comments

Color spaces of #477dbd

RGB 71125189
HSL0.590.470.51
HSV213°62°74°
CMYK 0.620.340.00   0.26
XYZ19.117519.680950.9353
Yxy19.68090.21300.2193
Hunter Lab44.3632-0.7142-37.0193
CIE-Lab51.47452.1167-38.9211

#477dbd color RGB value is (71,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111101 10111101
Octal 107 175 275
Decimal 71 125 189
Hex 47 7D BD

RGB Percentages of Color #477dbd

%18.44
%32.47
%49.09

CMYK Percentages of Color #477dbd

%62
%34
%0
%26

Triadic Colors of #477dbd

#477dbd #bd477d #7dbd47

Analogous Colors of #477dbd

#477dbd #4c47bd #47b8bd

Monochromatic Colors of #477dbd

#477dbd

Complementary Color

#477dbd #bd8747

#477dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#477dbd Color CSS Codes

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

#477dbd Text Font Color

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

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


#477dbd Background Color

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

This div background color is #477dbd


#477dbd Border Color

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

This div border color is #477dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477dbd

#477dbd Color Palettes


Comments

No comments written yet.

Please login to write comment.