Color Hex Logo

#477dbb Color Hex

#477DBB
(71,125,187)
0 Favorites   0 Comments

Color spaces of #477dbb

RGB 71125187
HSL0.590.460.51
HSV212°62°73°
CMYK 0.620.330.00   0.27
XYZ18.901819.594749.7996
Yxy19.59470.21410.2219
Hunter Lab44.2659-1.2448-35.7157
CIE-Lab51.37581.4359-37.9286

#477dbb color RGB value is (71,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111101 10111011
Octal 107 175 273
Decimal 71 125 187
Hex 47 7D BB

RGB Percentages of Color #477dbb

%18.54
%32.64
%48.83

CMYK Percentages of Color #477dbb

%62
%33
%0
%27

Triadic Colors of #477dbb

#477dbb #bb477d #7dbb47

Analogous Colors of #477dbb

#477dbb #4b47bb #47b7bb

Monochromatic Colors of #477dbb

#477dbb

Complementary Color

#477dbb #bb8547

#477dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#477dbb Color CSS Codes

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

#477dbb Text Font Color

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

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


#477dbb Background Color

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

This div background color is #477dbb


#477dbb Border Color

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

This div border color is #477dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477dbb


Comments

No comments written yet.

Please login to write comment.