Color Hex Logo

#477bcb Color Hex

#477BCB
(71,123,203)
0 Favorites   0 Comments

Color spaces of #477bcb

RGB 71123203
HSL0.600.560.54
HSV216°65°80°
CMYK 0.650.390.00   0.20
XYZ20.461019.817359.2466
Yxy19.81730.20560.1991
Hunter Lab44.51664.1392-47.7467
CIE-Lab51.63008.1541-46.6758

#477bcb color RGB value is (71,123,203).

#477bcb hex color red value is 71, green value is 123 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #477bcb hue: 0.60 , saturation: 0.56 and the lightness value of 477bcb is 0.54.

The process color (four color CMYK) of #477bcb color hex is 0.65, 0.39, 0.00, 0.20. Web safe color of #477bcb is #3366cc. Color #477bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111011 11001011
Octal 107 173 313
Decimal 71 123 203
Hex 47 7B CB

RGB Percentages of Color #477bcb

%17.88
%30.98
%51.13

CMYK Percentages of Color #477bcb

%65
%39
%0
%20

Triadic Colors of #477bcb

#477bcb #cb477b #7bcb47

Analogous Colors of #477bcb

#477bcb #5547cb #47bdcb

Monochromatic Colors of #477bcb

#477bcb

Complementary Color

#477bcb #cb9747

#477bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#477bcb Color CSS Codes

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

#477bcb Text Font Color

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

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


#477bcb Background Color

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

This div background color is #477bcb


#477bcb Border Color

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

This div border color is #477bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477bcb


Comments

No comments written yet.

Please login to write comment.