Color Hex Logo

#4859ae Color Hex

#4859AE
(72,89,174)
0 Favorites   0 Comments

Color spaces of #4859ae

RGB 7289174
HSL0.640.410.48
HSV230°59°68°
CMYK 0.590.490.00   0.32
XYZ13.884811.578541.5475
Yxy11.57850.20720.1728
Hunter Lab34.027213.2893-48.5746
CIE-Lab40.538219.6329-47.5839

#4859ae color RGB value is (72,89,174).

#4859ae hex color red value is 72, green value is 89 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4859ae hue: 0.64 , saturation: 0.41 and the lightness value of 4859ae is 0.48.

The process color (four color CMYK) of #4859ae color hex is 0.59, 0.49, 0.00, 0.32. Web safe color of #4859ae is #336699. Color #4859ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011001 10101110
Octal 110 131 256
Decimal 72 89 174
Hex 48 59 AE

RGB Percentages of Color #4859ae

%21.49
%26.57
%51.94

CMYK Percentages of Color #4859ae

%59
%49
%0
%32

Triadic Colors of #4859ae

#4859ae #ae4859 #59ae48

Analogous Colors of #4859ae

#4859ae #6a48ae #488cae

Monochromatic Colors of #4859ae

#4859ae

Complementary Color

#4859ae #ae9d48

#4859ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4859ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4859ae Color CSS Codes

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

#4859ae Text Font Color

<p style="color:#4859ae">Text here</p>

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


#4859ae Background Color

<div style="background-color:#4859ae">
Div content here</div>

This div background color is #4859ae


#4859ae Border Color

<div style="border:3px solid #4859ae">
Div here</div>

This div border color is #4859ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,89,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4859ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4859ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4859ae;
  box-shadow:         1px 1px 3px 2px #4859ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4859ae


Comments

No comments written yet.

Please login to write comment.