Color Hex Logo

#4970ae Color Hex

#4970AE
(73,112,174)
0 Favorites   0 Comments

Color spaces of #4970ae

RGB 73112174
HSL0.600.410.48
HSV217°58°68°
CMYK 0.580.360.00   0.32
XYZ16.181816.060842.2916
Yxy16.06080.21710.2155
Hunter Lab40.07591.9416-34.5148
CIE-Lab47.05425.3337-37.2104

#4970ae color RGB value is (73,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110000 10101110
Octal 111 160 256
Decimal 73 112 174
Hex 49 70 AE

RGB Percentages of Color #4970ae

%20.33
%31.20
%48.47

CMYK Percentages of Color #4970ae

%58
%36
%0
%32

Triadic Colors of #4970ae

#4970ae #ae4970 #70ae49

Analogous Colors of #4970ae

#4970ae #5549ae #49a3ae

Monochromatic Colors of #4970ae

#4970ae

Complementary Color

#4970ae #ae8749

#4970ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4970ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4970ae Color CSS Codes

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

#4970ae Text Font Color

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

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


#4970ae Background Color

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

This div background color is #4970ae


#4970ae Border Color

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

This div border color is #4970ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4970ae


Comments

No comments written yet.

Please login to write comment.