Color Hex Logo

#4986ae Color Hex

#4986AE
(73,134,174)
0 Favorites   0 Comments

Color spaces of #4986ae

RGB 73134174
HSL0.570.410.48
HSV204°58°68°
CMYK 0.580.230.00   0.32
XYZ18.912721.522743.2019
Yxy21.52270.22610.2573
Hunter Lab46.3926-8.4185-22.7375
CIE-Lab53.5169-7.7366-27.1073

#4986ae color RGB value is (73,134,174).

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

The process color (four color CMYK) of #4986ae color hex is 0.58, 0.23, 0.00, 0.32. Web safe color of #4986ae is #339999. Color #4986ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000110 10101110
Octal 111 206 256
Decimal 73 134 174
Hex 49 86 AE

RGB Percentages of Color #4986ae

%19.16
%35.17
%45.67

CMYK Percentages of Color #4986ae

%58
%23
%0
%32

Triadic Colors of #4986ae

#4986ae #ae4986 #86ae49

Analogous Colors of #4986ae

#4986ae #4953ae #49aea4

Monochromatic Colors of #4986ae

#4986ae

Complementary Color

#4986ae #ae7149

#4986ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4986ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4986ae Color CSS Codes

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

#4986ae Text Font Color

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

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


#4986ae Background Color

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

This div background color is #4986ae


#4986ae Border Color

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

This div border color is #4986ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4986ae


Comments

No comments written yet.

Please login to write comment.