Color Hex Logo

#4459ae Color Hex

#4459AE
(68,89,174)
0 Favorites   0 Comments

Color spaces of #4459ae

RGB 6889174
HSL0.630.440.47
HSV228°61°68°
CMYK 0.610.490.00   0.32
XYZ13.596311.429741.5339
Yxy11.42970.20430.1717
Hunter Lab33.807812.6226-49.1740
CIE-Lab40.295018.8447-47.9874

#4459ae color RGB value is (68,89,174).

#4459ae hex color red value is 68, green value is 89 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4459ae hue: 0.63 , saturation: 0.44 and the lightness value of 4459ae is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011001 10101110
Octal 104 131 256
Decimal 68 89 174
Hex 44 59 AE

RGB Percentages of Color #4459ae

%20.54
%26.89
%52.57

CMYK Percentages of Color #4459ae

%61
%49
%0
%32

Triadic Colors of #4459ae

#4459ae #ae4459 #59ae44

Analogous Colors of #4459ae

#4459ae #6444ae #448eae

Monochromatic Colors of #4459ae

#4459ae

Complementary Color

#4459ae #ae9944

#4459ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4459ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4459ae Color CSS Codes

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

#4459ae Text Font Color

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

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


#4459ae Background Color

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

This div background color is #4459ae


#4459ae Border Color

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

This div border color is #4459ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4459ae


Comments

No comments written yet.

Please login to write comment.