Color Hex Logo

#477dcb Color Hex

#477DCB
(71,125,203)
0 Favorites   0 Comments

Color spaces of #477dcb

RGB 71125203
HSL0.600.560.54
HSV215°65°80°
CMYK 0.650.380.00   0.20
XYZ20.711620.318659.3302
Yxy20.31860.20640.2025
Hunter Lab45.07623.1339-46.4855
CIE-Lab52.19556.9350-45.7776

#477dcb color RGB value is (71,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111101 11001011
Octal 107 175 313
Decimal 71 125 203
Hex 47 7D CB

RGB Percentages of Color #477dcb

%17.79
%31.33
%50.88

CMYK Percentages of Color #477dcb

%65
%38
%0
%20

Triadic Colors of #477dcb

#477dcb #cb477d #7dcb47

Analogous Colors of #477dcb

#477dcb #5347cb #47bfcb

Monochromatic Colors of #477dcb

#477dcb

Complementary Color

#477dcb #cb9547

#477dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#477dcb Color CSS Codes

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

#477dcb Text Font Color

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

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


#477dcb Background Color

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

This div background color is #477dcb


#477dcb Border Color

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

This div border color is #477dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477dcb


Comments

No comments written yet.

Please login to write comment.