Color Hex Logo

#4757ba Color Hex

#4757BA
(71,87,186)
0 Favorites   0 Comments

Color spaces of #4757ba

RGB 7187186
HSL0.640.450.50
HSV232°62°73°
CMYK 0.620.530.00   0.27
XYZ14.869711.701247.9292
Yxy11.70120.19960.1571
Hunter Lab34.207017.7312-59.1293
CIE-Lab40.737224.8597-54.3172

#4757ba color RGB value is (71,87,186).

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

The process color (four color CMYK) of #4757ba color hex is 0.62, 0.53, 0.00, 0.27. Web safe color of #4757ba is #3366cc. Color #4757ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010111 10111010
Octal 107 127 272
Decimal 71 87 186
Hex 47 57 BA

RGB Percentages of Color #4757ba

%20.64
%25.29
%54.07

CMYK Percentages of Color #4757ba

%62
%53
%0
%27

Triadic Colors of #4757ba

#4757ba #ba4757 #57ba47

Analogous Colors of #4757ba

#4757ba #7147ba #4791ba

Monochromatic Colors of #4757ba

#4757ba

Complementary Color

#4757ba #baaa47

#4757ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4757ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4757ba Color CSS Codes

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

#4757ba Text Font Color

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

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


#4757ba Background Color

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

This div background color is #4757ba


#4757ba Border Color

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

This div border color is #4757ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4757ba


Comments

No comments written yet.

Please login to write comment.