Color Hex Logo

#4969ae Color Hex

#4969AE
(73,105,174)
0 Favorites   0 Comments

Color spaces of #4969ae

RGB 73105174
HSL0.610.410.48
HSV221°58°68°
CMYK 0.580.400.00   0.32
XYZ15.439214.575642.0440
Yxy14.57560.21430.2023
Hunter Lab38.17805.3740-38.5692
CIE-Lab45.04739.6781-40.3850

#4969ae color RGB value is (73,105,174).

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

The process color (four color CMYK) of #4969ae color hex is 0.58, 0.40, 0.00, 0.32. Web safe color of #4969ae is #336699. Color #4969ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01101001 10101110
Octal 111 151 256
Decimal 73 105 174
Hex 49 69 AE

RGB Percentages of Color #4969ae

%20.74
%29.83
%49.43

CMYK Percentages of Color #4969ae

%58
%40
%0
%32

Triadic Colors of #4969ae

#4969ae #ae4969 #69ae49

Analogous Colors of #4969ae

#4969ae #5c49ae #499cae

Monochromatic Colors of #4969ae

#4969ae

Complementary Color

#4969ae #ae8e49

#4969ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4969ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4969ae Color CSS Codes

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

#4969ae Text Font Color

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

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


#4969ae Background Color

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

This div background color is #4969ae


#4969ae Border Color

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

This div border color is #4969ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4969ae


Comments

No comments written yet.

Please login to write comment.