Color Hex Logo

#4755bb Color Hex

#4755BB
(71,85,187)
0 Favorites   0 Comments

Color spaces of #4755bb

RGB 7185187
HSL0.650.460.51
HSV233°62°73°
CMYK 0.620.550.00   0.27
XYZ14.816711.424448.4379
Yxy11.42440.19840.1530
Hunter Lab33.800019.0980-61.3070
CIE-Lab40.286326.4831-55.6310

#4755bb color RGB value is (71,85,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 10111011
Octal 107 125 273
Decimal 71 85 187
Hex 47 55 BB

RGB Percentages of Color #4755bb

%20.70
%24.78
%54.52

CMYK Percentages of Color #4755bb

%62
%55
%0
%27

Triadic Colors of #4755bb

#4755bb #bb4755 #55bb47

Analogous Colors of #4755bb

#4755bb #7347bb #478fbb

Monochromatic Colors of #4755bb

#4755bb

Complementary Color

#4755bb #bbad47

#4755bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4755bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4755bb Color CSS Codes

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

#4755bb Text Font Color

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

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


#4755bb Background Color

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

This div background color is #4755bb


#4755bb Border Color

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

This div border color is #4755bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4755bb


Comments

No comments written yet.

Please login to write comment.