Color Hex Logo

#4971bb Color Hex

#4971BB
(73,113,187)
0 Favorites   0 Comments

Color spaces of #4971bb

RGB 73113187
HSL0.610.460.51
HSV219°61°73°
CMYK 0.610.400.00   0.27
XYZ17.622416.814649.3304
Yxy16.81460.21040.2007
Hunter Lab41.00564.9516-42.6229
CIE-Lab48.02569.1375-43.2194

#4971bb color RGB value is (73,113,187).

#4971bb hex color red value is 73, green value is 113 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4971bb hue: 0.61 , saturation: 0.46 and the lightness value of 4971bb is 0.51.

The process color (four color CMYK) of #4971bb color hex is 0.61, 0.40, 0.00, 0.27. Web safe color of #4971bb is #3366cc. Color #4971bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110001 10111011
Octal 111 161 273
Decimal 73 113 187
Hex 49 71 BB

RGB Percentages of Color #4971bb

%19.57
%30.29
%50.13

CMYK Percentages of Color #4971bb

%61
%40
%0
%27

Triadic Colors of #4971bb

#4971bb #bb4971 #71bb49

Analogous Colors of #4971bb

#4971bb #5a49bb #49aabb

Monochromatic Colors of #4971bb

#4971bb

Complementary Color

#4971bb #bb9349

#4971bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4971bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4971bb Color CSS Codes

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

#4971bb Text Font Color

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

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


#4971bb Background Color

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

This div background color is #4971bb


#4971bb Border Color

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

This div border color is #4971bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4971bb


Comments

No comments written yet.

Please login to write comment.