Color Hex Logo

#4249ae Color Hex

#4249AE
(66,73,174)
0 Favorites   0 Comments

Color spaces of #4249ae

RGB 6673174
HSL0.660.450.47
HSV236°62°68°
CMYK 0.620.580.00   0.32
XYZ12.26938.979341.1309
Yxy8.97930.19670.1439
Hunter Lab29.965520.6468-60.4062
CIE-Lab35.944428.7970-55.0177

#4249ae color RGB value is (66,73,174).

#4249ae hex color red value is 66, green value is 73 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4249ae hue: 0.66 , saturation: 0.45 and the lightness value of 4249ae is 0.47.

The process color (four color CMYK) of #4249ae color hex is 0.62, 0.58, 0.00, 0.32. Web safe color of #4249ae is #333399. Color #4249ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 10101110
Octal 102 111 256
Decimal 66 73 174
Hex 42 49 AE

RGB Percentages of Color #4249ae

%21.09
%23.32
%55.59

CMYK Percentages of Color #4249ae

%62
%58
%0
%32

Triadic Colors of #4249ae

#4249ae #ae4249 #49ae42

Analogous Colors of #4249ae

#4249ae #7142ae #427fae

Monochromatic Colors of #4249ae

#4249ae

Complementary Color

#4249ae #aea742

#4249ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4249ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4249ae Color CSS Codes

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

#4249ae Text Font Color

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

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


#4249ae Background Color

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

This div background color is #4249ae


#4249ae Border Color

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

This div border color is #4249ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4249ae


Comments

No comments written yet.

Please login to write comment.