Color Hex Logo

#4755ba Color Hex

#4755BA
(71,85,186)
0 Favorites   0 Comments

Color spaces of #4755ba

RGB 7185186
HSL0.650.450.50
HSV233°62°73°
CMYK 0.620.540.00   0.27
XYZ14.710011.381847.8760
Yxy11.38180.19890.1539
Hunter Lab33.736918.7901-60.5225
CIE-Lab40.216226.1375-55.1592

#4755ba color RGB value is (71,85,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 10111010
Octal 107 125 272
Decimal 71 85 186
Hex 47 55 BA

RGB Percentages of Color #4755ba

%20.76
%24.85
%54.39

CMYK Percentages of Color #4755ba

%62
%54
%0
%27

Triadic Colors of #4755ba

#4755ba #ba4755 #55ba47

Analogous Colors of #4755ba

#4755ba #7347ba #478fba

Monochromatic Colors of #4755ba

#4755ba

Complementary Color

#4755ba #baac47

#4755ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4755ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4755ba Color CSS Codes

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

#4755ba Text Font Color

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

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


#4755ba Background Color

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

This div background color is #4755ba


#4755ba Border Color

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

This div border color is #4755ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,85,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 #4755ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4755ba


Comments

No comments written yet.

Please login to write comment.