Color Hex Logo

#4996aa Color Hex

#4996AA
(73,150,170)
0 Favorites   0 Comments

Color spaces of #4996aa

RGB 73150170
HSL0.530.400.48
HSV192°57°67°
CMYK 0.570.120.00   0.33
XYZ20.909726.131441.9720
Yxy26.13140.23490.2936
Hunter Lab51.1189-16.4443-12.8978
CIE-Lab58.1616-17.8245-17.6911

#4996aa color RGB value is (73,150,170).

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

The process color (four color CMYK) of #4996aa color hex is 0.57, 0.12, 0.00, 0.33. Web safe color of #4996aa is #339999. Color #4996aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010110 10101010
Octal 111 226 252
Decimal 73 150 170
Hex 49 96 AA

RGB Percentages of Color #4996aa

%18.58
%38.17
%43.26

CMYK Percentages of Color #4996aa

%57
%12
%0
%33

Triadic Colors of #4996aa

#4996aa #aa4996 #96aa49

Analogous Colors of #4996aa

#4996aa #4966aa #49aa8e

Monochromatic Colors of #4996aa

#4996aa

Complementary Color

#4996aa #aa5d49

#4996aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4996aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4996aa Color CSS Codes

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

#4996aa Text Font Color

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

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


#4996aa Background Color

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

This div background color is #4996aa


#4996aa Border Color

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

This div border color is #4996aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4996aa


Comments

No comments written yet.

Please login to write comment.