Color Hex Logo

#4d59ac Color Hex

#4D59AC
(77,89,172)
0 Favorites   0 Comments

Color spaces of #4d59ac

RGB 7789172
HSL0.650.380.49
HSV232°55°67°
CMYK 0.550.480.00   0.33
XYZ14.079311.701140.5462
Yxy11.70110.21230.1764
Hunter Lab34.206913.6073-46.3330
CIE-Lab40.737119.9996-46.0662

#4d59ac color RGB value is (77,89,172).

#4d59ac hex color red value is 77, green value is 89 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4d59ac hue: 0.65 , saturation: 0.38 and the lightness value of 4d59ac is 0.49.

The process color (four color CMYK) of #4d59ac color hex is 0.55, 0.48, 0.00, 0.33. Web safe color of #4d59ac is #666699. Color #4d59ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 01011001 10101100
Octal 115 131 254
Decimal 77 89 172
Hex 4D 59 AC

RGB Percentages of Color #4d59ac

%22.78
%26.33
%50.89

CMYK Percentages of Color #4d59ac

%55
%48
%0
%33

Triadic Colors of #4d59ac

#4d59ac #ac4d59 #59ac4d

Analogous Colors of #4d59ac

#4d59ac #714dac #4d89ac

Monochromatic Colors of #4d59ac

#4d59ac

Complementary Color

#4d59ac #aca04d

#4d59ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d59ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d59ac Color CSS Codes

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

#4d59ac Text Font Color

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

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


#4d59ac Background Color

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

This div background color is #4d59ac


#4d59ac Border Color

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

This div border color is #4d59ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d59ac


Comments

No comments written yet.

Please login to write comment.