Color Hex Logo

#4771cd Color Hex

#4771CD
(71,113,205)
0 Favorites   0 Comments

Color spaces of #4771cd

RGB 71113205
HSL0.610.570.54
HSV221°65°80°
CMYK 0.650.450.00   0.20
XYZ19.523117.557660.1176
Yxy17.55760.20090.1806
Hunter Lab41.90189.8395-55.7337
CIE-Lab48.955115.0336-52.0840

#4771cd color RGB value is (71,113,205).

#4771cd hex color red value is 71, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4771cd hue: 0.61 , saturation: 0.57 and the lightness value of 4771cd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110001 11001101
Octal 107 161 315
Decimal 71 113 205
Hex 47 71 CD

RGB Percentages of Color #4771cd

%18.25
%29.05
%52.70

CMYK Percentages of Color #4771cd

%65
%45
%0
%20

Triadic Colors of #4771cd

#4771cd #cd4771 #71cd47

Analogous Colors of #4771cd

#4771cd #6047cd #47b4cd

Monochromatic Colors of #4771cd

#4771cd

Complementary Color

#4771cd #cda347

#4771cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4771cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4771cd Color CSS Codes

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

#4771cd Text Font Color

<p style="color:#4771cd">Text here</p>

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


#4771cd Background Color

<div style="background-color:#4771cd">
Div content here</div>

This div background color is #4771cd


#4771cd Border Color

<div style="border:3px solid #4771cd">
Div here</div>

This div border color is #4771cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,113,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4771cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4771cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4771cd;
  box-shadow:         1px 1px 3px 2px #4771cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4771cd


Comments

No comments written yet.

Please login to write comment.