Color Hex Logo

#477fbd Color Hex

#477FBD
(71,127,189)
0 Favorites   0 Comments

Color spaces of #477fbd

RGB 71127189
HSL0.590.470.51
HSV212°62°74°
CMYK 0.620.330.00   0.26
XYZ19.373220.192551.0206
Yxy20.19250.21390.2229
Hunter Lab44.9361-1.6818-35.8629
CIE-Lab52.05420.9184-38.0083

#477fbd color RGB value is (71,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111111 10111101
Octal 107 177 275
Decimal 71 127 189
Hex 47 7F BD

RGB Percentages of Color #477fbd

%18.35
%32.82
%48.84

CMYK Percentages of Color #477fbd

%62
%33
%0
%26

Triadic Colors of #477fbd

#477fbd #bd477f #7fbd47

Analogous Colors of #477fbd

#477fbd #4a47bd #47babd

Monochromatic Colors of #477fbd

#477fbd

Complementary Color

#477fbd #bd8547

#477fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#477fbd Color CSS Codes

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

#477fbd Text Font Color

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

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


#477fbd Background Color

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

This div background color is #477fbd


#477fbd Border Color

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

This div border color is #477fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477fbd


Comments

No comments written yet.

Please login to write comment.