Color Hex Logo

#4b6ebf Color Hex

#4B6EBF
(75,110,191)
0 Favorites   0 Comments

Color spaces of #4b6ebf

RGB 75110191
HSL0.620.480.52
HSV222°61°75°
CMYK 0.610.420.00   0.25
XYZ17.881616.409351.5151
Yxy16.40930.20840.1912
Hunter Lab40.50847.9055-47.0441
CIE-Lab47.507012.7640-46.3485

#4b6ebf color RGB value is (75,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01101110 10111111
Octal 113 156 277
Decimal 75 110 191
Hex 4B 6E BF

RGB Percentages of Color #4b6ebf

%19.95
%29.26
%50.80

CMYK Percentages of Color #4b6ebf

%61
%42
%0
%25

Triadic Colors of #4b6ebf

#4b6ebf #bf4b6e #6ebf4b

Analogous Colors of #4b6ebf

#4b6ebf #624bbf #4ba8bf

Monochromatic Colors of #4b6ebf

#4b6ebf

Complementary Color

#4b6ebf #bf9c4b

#4b6ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b6ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b6ebf Color CSS Codes

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

#4b6ebf Text Font Color

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

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


#4b6ebf Background Color

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

This div background color is #4b6ebf


#4b6ebf Border Color

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

This div border color is #4b6ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b6ebf

#4b6ebf Color Palettes


Comments

No comments written yet.

Please login to write comment.