Color Hex Logo

#4b6eef Color Hex

#4B6EEF
(75,110,239)
0 Favorites   0 Comments

Color spaces of #4b6eef

RGB 75110239
HSL0.630.840.62
HSV227°69°94°
CMYK 0.690.540.00   0.06
XYZ24.057618.879784.0375
Yxy18.87970.18950.1487
Hunter Lab43.450822.7921-84.2564
CIE-Lab50.546229.4452-68.7223

#4b6eef color RGB value is (75,110,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01101110 11101111
Octal 113 156 357
Decimal 75 110 239
Hex 4B 6E EF

RGB Percentages of Color #4b6eef

%17.69
%25.94
%56.37

CMYK Percentages of Color #4b6eef

%69
%54
%0
%6

Triadic Colors of #4b6eef

#4b6eef #ef4b6e #6eef4b

Analogous Colors of #4b6eef

#4b6eef #7a4bef #4bc0ef

Monochromatic Colors of #4b6eef

#4b6eef

Complementary Color

#4b6eef #efcc4b

#4b6eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b6eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b6eef Color CSS Codes

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

#4b6eef Text Font Color

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

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


#4b6eef Background Color

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

This div background color is #4b6eef


#4b6eef Border Color

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

This div border color is #4b6eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b6eef


Comments

No comments written yet.

Please login to write comment.