Color Hex Logo

#4b59ba Color Hex

#4B59BA
(75,89,186)
0 Favorites   0 Comments

Color spaces of #4b59ba

RGB 7589186
HSL0.650.450.51
HSV232°60°73°
CMYK 0.600.520.00   0.27
XYZ15.337012.185847.9981
Yxy12.18580.20310.1614
Hunter Lab34.908217.3352-57.0870
CIE-Lab41.509924.3224-53.0578

#4b59ba color RGB value is (75,89,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 01011001 10111010
Octal 113 131 272
Decimal 75 89 186
Hex 4B 59 BA

RGB Percentages of Color #4b59ba

%21.43
%25.43
%53.14

CMYK Percentages of Color #4b59ba

%60
%52
%0
%27

Triadic Colors of #4b59ba

#4b59ba #ba4b59 #59ba4b

Analogous Colors of #4b59ba

#4b59ba #754bba #4b91ba

Monochromatic Colors of #4b59ba

#4b59ba

Complementary Color

#4b59ba #baac4b

#4b59ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b59ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b59ba Color CSS Codes

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

#4b59ba Text Font Color

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

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


#4b59ba Background Color

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

This div background color is #4b59ba


#4b59ba Border Color

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

This div border color is #4b59ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b59ba


Comments

No comments written yet.

Please login to write comment.