Color Hex Logo

#4b5bef Color Hex

#4B5BEF
(75,91,239)
0 Favorites   0 Comments

Color spaces of #4b5bef

RGB 7591239
HSL0.650.840.62
HSV234°69°94°
CMYK 0.690.620.00   0.06
XYZ22.222715.210083.4259
Yxy15.21000.18390.1258
Hunter Lab39.000033.4616-99.5288
CIE-Lab45.920541.1288-76.2514

#4b5bef color RGB value is (75,91,239).

#4b5bef hex color red value is 75, green value is 91 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4b5bef hue: 0.65 , saturation: 0.84 and the lightness value of 4b5bef is 0.62.

The process color (four color CMYK) of #4b5bef color hex is 0.69, 0.62, 0.00, 0.06. Web safe color of #4b5bef is #3366ff. Color #4b5bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01011011 11101111
Octal 113 133 357
Decimal 75 91 239
Hex 4B 5B EF

RGB Percentages of Color #4b5bef

%18.52
%22.47
%59.01

CMYK Percentages of Color #4b5bef

%69
%62
%0
%6

Triadic Colors of #4b5bef

#4b5bef #ef4b5b #5bef4b

Analogous Colors of #4b5bef

#4b5bef #8d4bef #4badef

Monochromatic Colors of #4b5bef

#4b5bef

Complementary Color

#4b5bef #efdf4b

#4b5bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b5bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b5bef Color CSS Codes

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

#4b5bef Text Font Color

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

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


#4b5bef Background Color

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

This div background color is #4b5bef


#4b5bef Border Color

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

This div border color is #4b5bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b5bef


Comments

No comments written yet.

Please login to write comment.