Color Hex Logo

#4757bf Color Hex

#4757BF
(71,87,191)
0 Favorites   0 Comments

Color spaces of #4757bf

RGB 7187191
HSL0.640.480.51
HSV232°63°75°
CMYK 0.630.540.00   0.25
XYZ15.410711.917650.7783
Yxy11.91760.19730.1526
Hunter Lab34.521919.2698-63.0445
CIE-Lab41.084926.5899-56.6746

#4757bf color RGB value is (71,87,191).

#4757bf hex color red value is 71, green value is 87 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4757bf hue: 0.64 , saturation: 0.48 and the lightness value of 4757bf is 0.51.

The process color (four color CMYK) of #4757bf color hex is 0.63, 0.54, 0.00, 0.25. Web safe color of #4757bf is #3366cc. Color #4757bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010111 10111111
Octal 107 127 277
Decimal 71 87 191
Hex 47 57 BF

RGB Percentages of Color #4757bf

%20.34
%24.93
%54.73

CMYK Percentages of Color #4757bf

%63
%54
%0
%25

Triadic Colors of #4757bf

#4757bf #bf4757 #57bf47

Analogous Colors of #4757bf

#4757bf #7347bf #4793bf

Monochromatic Colors of #4757bf

#4757bf

Complementary Color

#4757bf #bfaf47

#4757bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4757bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4757bf Color CSS Codes

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

#4757bf Text Font Color

<p style="color:#4757bf">Text here</p>

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


#4757bf Background Color

<div style="background-color:#4757bf">
Div content here</div>

This div background color is #4757bf


#4757bf Border Color

<div style="border:3px solid #4757bf">
Div here</div>

This div border color is #4757bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,87,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4757bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4757bf;
  -webkit-box-shadow: 1px 1px 3px 2px #4757bf;
  box-shadow:         1px 1px 3px 2px #4757bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4757bf


Comments

No comments written yet.

Please login to write comment.