Color Hex Logo

#477fcb Color Hex

#477FCB
(71,127,203)
0 Favorites   0 Comments

Color spaces of #477fcb

RGB 71127203
HSL0.600.560.54
HSV215°65°80°
CMYK 0.650.370.00   0.20
XYZ20.967420.830159.4154
Yxy20.83010.20720.2058
Hunter Lab45.64002.1344-45.2373
CIE-Lab52.76305.7224-44.8772

#477fcb color RGB value is (71,127,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111111 11001011
Octal 107 177 313
Decimal 71 127 203
Hex 47 7F CB

RGB Percentages of Color #477fcb

%17.71
%31.67
%50.62

CMYK Percentages of Color #477fcb

%65
%37
%0
%20

Triadic Colors of #477fcb

#477fcb #cb477f #7fcb47

Analogous Colors of #477fcb

#477fcb #5147cb #47c1cb

Monochromatic Colors of #477fcb

#477fcb

Complementary Color

#477fcb #cb9347

#477fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#477fcb Color CSS Codes

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

#477fcb Text Font Color

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

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


#477fcb Background Color

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

This div background color is #477fcb


#477fcb Border Color

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

This div border color is #477fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477fcb


Comments

No comments written yet.

Please login to write comment.