Color Hex Logo

#4771da Color Hex

#4771DA
(71,113,218)
0 Favorites   0 Comments

Color spaces of #4771da

RGB 71113218
HSL0.620.670.57
HSV223°67°85°
CMYK 0.670.480.00   0.15
XYZ21.158518.211868.7297
Yxy18.21180.19570.1685
Hunter Lab42.675313.8189-65.6154
CIE-Lab49.752019.6161-58.1979

#4771da color RGB value is (71,113,218).

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

The process color (four color CMYK) of #4771da color hex is 0.67, 0.48, 0.00, 0.15. Web safe color of #4771da is #3366cc. Color #4771da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110001 11011010
Octal 107 161 332
Decimal 71 113 218
Hex 47 71 DA

RGB Percentages of Color #4771da

%17.66
%28.11
%54.23

CMYK Percentages of Color #4771da

%67
%48
%0
%15

Triadic Colors of #4771da

#4771da #da4771 #71da47

Analogous Colors of #4771da

#4771da #6747da #47bbda

Monochromatic Colors of #4771da

#4771da

Complementary Color

#4771da #dab047

#4771da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4771da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4771da Color CSS Codes

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

#4771da Text Font Color

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

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


#4771da Background Color

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

This div background color is #4771da


#4771da Border Color

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

This div border color is #4771da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4771da


Comments

No comments written yet.

Please login to write comment.