Color Hex Logo

#4967ae Color Hex

#4967AE
(73,103,174)
0 Favorites   0 Comments

Color spaces of #4967ae

RGB 73103174
HSL0.620.410.48
HSV222°58°68°
CMYK 0.580.410.00   0.32
XYZ15.237914.173041.9769
Yxy14.17300.21350.1985
Hunter Lab37.64706.3668-39.7561
CIE-Lab44.480010.9327-41.2857

#4967ae color RGB value is (73,103,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100111 10101110
Octal 111 147 256
Decimal 73 103 174
Hex 49 67 AE

RGB Percentages of Color #4967ae

%20.86
%29.43
%49.71

CMYK Percentages of Color #4967ae

%58
%41
%0
%32

Triadic Colors of #4967ae

#4967ae #ae4967 #67ae49

Analogous Colors of #4967ae

#4967ae #5e49ae #499aae

Monochromatic Colors of #4967ae

#4967ae

Complementary Color

#4967ae #ae9049

#4967ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4967ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4967ae Color CSS Codes

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

#4967ae Text Font Color

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

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


#4967ae Background Color

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

This div background color is #4967ae


#4967ae Border Color

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

This div border color is #4967ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4967ae


Comments

No comments written yet.

Please login to write comment.