Color Hex Logo

#4974aa Color Hex

#4974AA
(73,116,170)
0 Favorites   0 Comments

Color spaces of #4974aa

RGB 73116170
HSL0.590.400.48
HSV213°57°67°
CMYK 0.570.320.00   0.33
XYZ16.248716.809540.4184
Yxy16.80950.22110.2288
Hunter Lab40.9994-1.0066-29.7502
CIE-Lab48.01911.5559-33.3596

#4974aa color RGB value is (73,116,170).

#4974aa hex color red value is 73, green value is 116 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4974aa hue: 0.59 , saturation: 0.40 and the lightness value of 4974aa is 0.48.

The process color (four color CMYK) of #4974aa color hex is 0.57, 0.32, 0.00, 0.33. Web safe color of #4974aa is #336699. Color #4974aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110100 10101010
Octal 111 164 252
Decimal 73 116 170
Hex 49 74 AA

RGB Percentages of Color #4974aa

%20.33
%32.31
%47.35

CMYK Percentages of Color #4974aa

%57
%32
%0
%33

Triadic Colors of #4974aa

#4974aa #aa4974 #74aa49

Analogous Colors of #4974aa

#4974aa #4f49aa #49a5aa

Monochromatic Colors of #4974aa

#4974aa

Complementary Color

#4974aa #aa7f49

#4974aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4974aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4974aa Color CSS Codes

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

#4974aa Text Font Color

<p style="color:#4974aa">Text here</p>

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


#4974aa Background Color

<div style="background-color:#4974aa">
Div content here</div>

This div background color is #4974aa


#4974aa Border Color

<div style="border:3px solid #4974aa">
Div here</div>

This div border color is #4974aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,116,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4974aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4974aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4974aa;
  box-shadow:         1px 1px 3px 2px #4974aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,116,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4974aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4974aa


Comments

No comments written yet.

Please login to write comment.