Color Hex Logo

#4971dc Color Hex

#4971DC
(73,113,220)
0 Favorites   0 Comments

Color spaces of #4971dc

RGB 73113220
HSL0.620.680.57
HSV224°67°86°
CMYK 0.670.490.00   0.14
XYZ21.571018.394070.1236
Yxy18.39400.19590.1671
Hunter Lab42.888214.7237-66.9193
CIE-Lab49.970520.6307-58.9732

#4971dc color RGB value is (73,113,220).

#4971dc hex color red value is 73, green value is 113 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4971dc hue: 0.62 , saturation: 0.68 and the lightness value of 4971dc is 0.57.

The process color (four color CMYK) of #4971dc color hex is 0.67, 0.49, 0.00, 0.14. Web safe color of #4971dc is #3366cc. Color #4971dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110001 11011100
Octal 111 161 334
Decimal 73 113 220
Hex 49 71 DC

RGB Percentages of Color #4971dc

%17.98
%27.83
%54.19

CMYK Percentages of Color #4971dc

%67
%49
%0
%14

Triadic Colors of #4971dc

#4971dc #dc4971 #71dc49

Analogous Colors of #4971dc

#4971dc #6b49dc #49bbdc

Monochromatic Colors of #4971dc

#4971dc

Complementary Color

#4971dc #dcb449

#4971dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4971dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4971dc Color CSS Codes

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

#4971dc Text Font Color

<p style="color:#4971dc">Text here</p>

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


#4971dc Background Color

<div style="background-color:#4971dc">
Div content here</div>

This div background color is #4971dc


#4971dc Border Color

<div style="border:3px solid #4971dc">
Div here</div>

This div border color is #4971dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,113,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4971dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4971dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4971dc;
  box-shadow:         1px 1px 3px 2px #4971dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4971dc


Comments

No comments written yet.

Please login to write comment.