Color Hex Logo

#4b57be Color Hex

#4B57BE
(75,87,190)
0 Favorites   0 Comments

Color spaces of #4b57be

RGB 7587190
HSL0.650.470.52
HSV234°61°75°
CMYK 0.610.540.00   0.25
XYZ15.604112.030050.2148
Yxy12.03000.20040.1545
Hunter Lab34.684319.6078-61.5592
CIE-Lab41.263826.9545-55.7903

#4b57be color RGB value is (75,87,190).

#4b57be hex color red value is 75, green value is 87 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4b57be hue: 0.65 , saturation: 0.47 and the lightness value of 4b57be is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01010111 10111110
Octal 113 127 276
Decimal 75 87 190
Hex 4B 57 BE

RGB Percentages of Color #4b57be

%21.31
%24.72
%53.98

CMYK Percentages of Color #4b57be

%61
%54
%0
%25

Triadic Colors of #4b57be

#4b57be #be4b57 #57be4b

Analogous Colors of #4b57be

#4b57be #794bbe #4b91be

Monochromatic Colors of #4b57be

#4b57be

Complementary Color

#4b57be #beb24b

#4b57be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b57be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b57be Color CSS Codes

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

#4b57be Text Font Color

<p style="color:#4b57be">Text here</p>

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


#4b57be Background Color

<div style="background-color:#4b57be">
Div content here</div>

This div background color is #4b57be


#4b57be Border Color

<div style="border:3px solid #4b57be">
Div here</div>

This div border color is #4b57be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,87,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b57be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b57be;
  -webkit-box-shadow: 1px 1px 3px 2px #4b57be;
  box-shadow:         1px 1px 3px 2px #4b57be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,87,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 #4b57be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b57be


Comments

No comments written yet.

Please login to write comment.