Color Hex Logo

#4759ac Color Hex

#4759AC
(71,89,172)
0 Favorites   0 Comments

Color spaces of #4759ac

RGB 7189172
HSL0.640.420.48
HSV229°59°67°
CMYK 0.590.480.00   0.33
XYZ13.617311.462940.5246
Yxy11.46290.20760.1747
Hunter Lab33.856912.5434-47.2666
CIE-Lab40.349418.7445-46.7090

#4759ac color RGB value is (71,89,172).

#4759ac hex color red value is 71, green value is 89 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4759ac hue: 0.64 , saturation: 0.42 and the lightness value of 4759ac is 0.48.

The process color (four color CMYK) of #4759ac color hex is 0.59, 0.48, 0.00, 0.33. Web safe color of #4759ac is #336699. Color #4759ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011001 10101100
Octal 107 131 254
Decimal 71 89 172
Hex 47 59 AC

RGB Percentages of Color #4759ac

%21.39
%26.81
%51.81

CMYK Percentages of Color #4759ac

%59
%48
%0
%33

Triadic Colors of #4759ac

#4759ac #ac4759 #59ac47

Analogous Colors of #4759ac

#4759ac #6847ac #478cac

Monochromatic Colors of #4759ac

#4759ac

Complementary Color

#4759ac #ac9a47

#4759ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4759ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4759ac Color CSS Codes

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

#4759ac Text Font Color

<p style="color:#4759ac">Text here</p>

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


#4759ac Background Color

<div style="background-color:#4759ac">
Div content here</div>

This div background color is #4759ac


#4759ac Border Color

<div style="border:3px solid #4759ac">
Div here</div>

This div border color is #4759ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4759ac


Comments

No comments written yet.

Please login to write comment.