Color Hex Logo

#4d97aa Color Hex

#4D97AA
(77,151,170)
0 Favorites   0 Comments

Color spaces of #4d97aa

RGB 77151170
HSL0.530.380.48
HSV192°55°67°
CMYK 0.550.110.00   0.33
XYZ21.382926.613342.0401
Yxy26.61330.23750.2956
Hunter Lab51.5881-16.2921-12.2049
CIE-Lab58.6147-17.5175-16.9886

#4d97aa color RGB value is (77,151,170).

#4d97aa hex color red value is 77, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4d97aa hue: 0.53 , saturation: 0.38 and the lightness value of 4d97aa is 0.48.

The process color (four color CMYK) of #4d97aa color hex is 0.55, 0.11, 0.00, 0.33. Web safe color of #4d97aa is #669999. Color #4d97aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10010111 10101010
Octal 115 227 252
Decimal 77 151 170
Hex 4D 97 AA

RGB Percentages of Color #4d97aa

%19.35
%37.94
%42.71

CMYK Percentages of Color #4d97aa

%55
%11
%0
%33

Triadic Colors of #4d97aa

#4d97aa #aa4d97 #97aa4d

Analogous Colors of #4d97aa

#4d97aa #4d69aa #4daa8f

Monochromatic Colors of #4d97aa

#4d97aa

Complementary Color

#4d97aa #aa604d

#4d97aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d97aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d97aa Color CSS Codes

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

#4d97aa Text Font Color

<p style="color:#4d97aa">Text here</p>

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


#4d97aa Background Color

<div style="background-color:#4d97aa">
Div content here</div>

This div background color is #4d97aa


#4d97aa Border Color

<div style="border:3px solid #4d97aa">
Div here</div>

This div border color is #4d97aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,151,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d97aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d97aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4d97aa;
  box-shadow:         1px 1px 3px 2px #4d97aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,151,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 #4d97aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d97aa


Comments

No comments written yet.

Please login to write comment.