Color Hex Logo

#4871be Color Hex

#4871BE
(72,113,190)
0 Favorites   0 Comments

Color spaces of #4871be

RGB 72113190
HSL0.610.480.51
HSV219°62°75°
CMYK 0.620.410.00   0.25
XYZ17.871916.905751.0364
Yxy16.90570.20830.1970
Hunter Lab41.11655.6337-44.8128
CIE-Lab48.14109.9793-44.7712

#4871be color RGB value is (72,113,190).

#4871be hex color red value is 72, green value is 113 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4871be hue: 0.61 , saturation: 0.48 and the lightness value of 4871be is 0.51.

The process color (four color CMYK) of #4871be color hex is 0.62, 0.41, 0.00, 0.25. Web safe color of #4871be is #3366cc. Color #4871be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110001 10111110
Octal 110 161 276
Decimal 72 113 190
Hex 48 71 BE

RGB Percentages of Color #4871be

%19.20
%30.13
%50.67

CMYK Percentages of Color #4871be

%62
%41
%0
%25

Triadic Colors of #4871be

#4871be #be4871 #71be48

Analogous Colors of #4871be

#4871be #5a48be #48acbe

Monochromatic Colors of #4871be

#4871be

Complementary Color

#4871be #be9548

#4871be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4871be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4871be Color CSS Codes

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

#4871be Text Font Color

<p style="color:#4871be">Text here</p>

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


#4871be Background Color

<div style="background-color:#4871be">
Div content here</div>

This div background color is #4871be


#4871be Border Color

<div style="border:3px solid #4871be">
Div here</div>

This div border color is #4871be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,113,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4871be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4871be;
  -webkit-box-shadow: 1px 1px 3px 2px #4871be;
  box-shadow:         1px 1px 3px 2px #4871be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4871be


Comments

No comments written yet.

Please login to write comment.