Color Hex Logo

#4b56ba Color Hex

#4B56BA
(75,86,186)
0 Favorites   0 Comments

Color spaces of #4b56ba

RGB 7586186
HSL0.650.450.51
HSV234°60°73°
CMYK 0.600.540.00   0.27
XYZ15.092411.696647.9166
Yxy11.69660.20200.1566
Hunter Lab34.200318.9206-59.1285
CIE-Lab40.729826.2301-54.3167

#4b56ba color RGB value is (75,86,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01010110 10111010
Octal 113 126 272
Decimal 75 86 186
Hex 4B 56 BA

RGB Percentages of Color #4b56ba

%21.61
%24.78
%53.60

CMYK Percentages of Color #4b56ba

%60
%54
%0
%27

Triadic Colors of #4b56ba

#4b56ba #ba4b56 #56ba4b

Analogous Colors of #4b56ba

#4b56ba #784bba #4b8eba

Monochromatic Colors of #4b56ba

#4b56ba

Complementary Color

#4b56ba #baaf4b

#4b56ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b56ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b56ba Color CSS Codes

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

#4b56ba Text Font Color

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

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


#4b56ba Background Color

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

This div background color is #4b56ba


#4b56ba Border Color

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

This div border color is #4b56ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b56ba


Comments

No comments written yet.

Please login to write comment.