Color Hex Logo

#4a59be Color Hex

#4A59BE
(74,89,190)
0 Favorites   0 Comments

Color spaces of #4a59be

RGB 7489190
HSL0.650.470.52
HSV232°61°75°
CMYK 0.610.530.00   0.25
XYZ15.690712.318350.2659
Yxy12.31830.20050.1574
Hunter Lab35.097418.3799-60.3458
CIE-Lab41.717625.5039-55.0602

#4a59be color RGB value is (74,89,190).

#4a59be hex color red value is 74, green value is 89 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4a59be hue: 0.65 , saturation: 0.47 and the lightness value of 4a59be is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01011001 10111110
Octal 112 131 276
Decimal 74 89 190
Hex 4A 59 BE

RGB Percentages of Color #4a59be

%20.96
%25.21
%53.82

CMYK Percentages of Color #4a59be

%61
%53
%0
%25

Triadic Colors of #4a59be

#4a59be #be4a59 #59be4a

Analogous Colors of #4a59be

#4a59be #754abe #4a93be

Monochromatic Colors of #4a59be

#4a59be

Complementary Color

#4a59be #beaf4a

#4a59be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a59be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a59be Color CSS Codes

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

#4a59be Text Font Color

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

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


#4a59be Background Color

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

This div background color is #4a59be


#4a59be Border Color

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

This div border color is #4a59be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,89,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a59be


Comments

No comments written yet.

Please login to write comment.