Color Hex Logo

#4977aa Color Hex

#4977AA
(73,119,170)
0 Favorites   0 Comments

Color spaces of #4977aa

RGB 73119170
HSL0.590.400.48
HSV212°57°67°
CMYK 0.570.300.00   0.33
XYZ16.600217.512440.5355
Yxy17.51240.22240.2346
Hunter Lab41.8478-2.4263-28.1372
CIE-Lab48.8993-0.2513-31.9807

#4977aa color RGB value is (73,119,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110111 10101010
Octal 111 167 252
Decimal 73 119 170
Hex 49 77 AA

RGB Percentages of Color #4977aa

%20.17
%32.87
%46.96

CMYK Percentages of Color #4977aa

%57
%30
%0
%33

Triadic Colors of #4977aa

#4977aa #aa4977 #77aa49

Analogous Colors of #4977aa

#4977aa #4c49aa #49a8aa

Monochromatic Colors of #4977aa

#4977aa

Complementary Color

#4977aa #aa7c49

#4977aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4977aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4977aa Color CSS Codes

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

#4977aa Text Font Color

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

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


#4977aa Background Color

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

This div background color is #4977aa


#4977aa Border Color

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

This div border color is #4977aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4977aa


Comments

No comments written yet.

Please login to write comment.