Color Hex Logo

#4b6eba Color Hex

#4B6EBA
(75,110,186)
0 Favorites   0 Comments

Color spaces of #4b6eba

RGB 75110186
HSL0.610.450.51
HSV221°60°73°
CMYK 0.600.410.00   0.27
XYZ17.340516.192948.6660
Yxy16.19290.21100.1970
Hunter Lab40.24046.4990-43.5359
CIE-Lab47.226611.0531-43.9043

#4b6eba color RGB value is (75,110,186).

#4b6eba hex color red value is 75, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4b6eba hue: 0.61 , saturation: 0.45 and the lightness value of 4b6eba is 0.51.

The process color (four color CMYK) of #4b6eba color hex is 0.60, 0.41, 0.00, 0.27. Web safe color of #4b6eba is #3366cc. Color #4b6eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01101110 10111010
Octal 113 156 272
Decimal 75 110 186
Hex 4B 6E BA

RGB Percentages of Color #4b6eba

%20.22
%29.65
%50.13

CMYK Percentages of Color #4b6eba

%60
%41
%0
%27

Triadic Colors of #4b6eba

#4b6eba #ba4b6e #6eba4b

Analogous Colors of #4b6eba

#4b6eba #5f4bba #4ba6ba

Monochromatic Colors of #4b6eba

#4b6eba

Complementary Color

#4b6eba #ba974b

#4b6eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b6eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b6eba Color CSS Codes

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

#4b6eba Text Font Color

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

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


#4b6eba Background Color

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

This div background color is #4b6eba


#4b6eba Border Color

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

This div border color is #4b6eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b6eba

#4b6eba Color Palettes


Comments

No comments written yet.

Please login to write comment.