Color Hex Logo

#4b56eb Color Hex

#4B56EB
(75,86,235)
0 Favorites   0 Comments

Color spaces of #4b56eb

RGB 7586235
HSL0.660.800.61
HSV236°68°92°
CMYK 0.680.630.00   0.08
XYZ21.224814.149680.2097
Yxy14.14960.18360.1224
Hunter Lab37.616034.8907-100.0948
CIE-Lab44.446742.7999-76.4097

#4b56eb color RGB value is (75,86,235).

#4b56eb hex color red value is 75, green value is 86 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4b56eb hue: 0.66 , saturation: 0.80 and the lightness value of 4b56eb is 0.61.

The process color (four color CMYK) of #4b56eb color hex is 0.68, 0.63, 0.00, 0.08. Web safe color of #4b56eb is #3366ff. Color #4b56eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01010110 11101011
Octal 113 126 353
Decimal 75 86 235
Hex 4B 56 EB

RGB Percentages of Color #4b56eb

%18.94
%21.72
%59.34

CMYK Percentages of Color #4b56eb

%68
%63
%0
%8

Triadic Colors of #4b56eb

#4b56eb #eb4b56 #56eb4b

Analogous Colors of #4b56eb

#4b56eb #904beb #4ba6eb

Monochromatic Colors of #4b56eb

#4b56eb

Complementary Color

#4b56eb #ebe04b

#4b56eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b56eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b56eb Color CSS Codes

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

#4b56eb Text Font Color

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

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


#4b56eb Background Color

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

This div background color is #4b56eb


#4b56eb Border Color

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

This div border color is #4b56eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,86,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b56eb


Comments

No comments written yet.

Please login to write comment.