Color Hex Logo

#477cbb Color Hex

#477CBB
(71,124,187)
0 Favorites   0 Comments

Color spaces of #477cbb

RGB 71124187
HSL0.590.460.51
HSV213°62°73°
CMYK 0.620.340.00   0.27
XYZ18.775819.342849.7576
Yxy19.34280.21370.2201
Hunter Lab43.9805-0.7619-36.2919
CIE-Lab51.08592.0358-38.3852

#477cbb color RGB value is (71,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111100 10111011
Octal 107 174 273
Decimal 71 124 187
Hex 47 7C BB

RGB Percentages of Color #477cbb

%18.59
%32.46
%48.95

CMYK Percentages of Color #477cbb

%62
%34
%0
%27

Triadic Colors of #477cbb

#477cbb #bb477c #7cbb47

Analogous Colors of #477cbb

#477cbb #4c47bb #47b6bb

Monochromatic Colors of #477cbb

#477cbb

Complementary Color

#477cbb #bb8647

#477cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#477cbb Color CSS Codes

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

#477cbb Text Font Color

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

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


#477cbb Background Color

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

This div background color is #477cbb


#477cbb Border Color

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

This div border color is #477cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477cbb


Comments

No comments written yet.

Please login to write comment.