Color Hex Logo

#4974ad Color Hex

#4974AD
(73,116,173)
0 Favorites   0 Comments

Color spaces of #4974ad

RGB 73116173
HSL0.600.410.48
HSV214°58°68°
CMYK 0.580.330.00   0.32
XYZ16.535916.924441.9304
Yxy16.92440.21930.2245
Hunter Lab41.1393-0.2458-31.6327
CIE-Lab48.16462.5540-34.8791

#4974ad color RGB value is (73,116,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110100 10101101
Octal 111 164 255
Decimal 73 116 173
Hex 49 74 AD

RGB Percentages of Color #4974ad

%20.17
%32.04
%47.79

CMYK Percentages of Color #4974ad

%58
%33
%0
%32

Triadic Colors of #4974ad

#4974ad #ad4974 #74ad49

Analogous Colors of #4974ad

#4974ad #5049ad #49a6ad

Monochromatic Colors of #4974ad

#4974ad

Complementary Color

#4974ad #ad8249

#4974ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4974ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4974ad Color CSS Codes

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

#4974ad Text Font Color

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

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


#4974ad Background Color

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

This div background color is #4974ad


#4974ad Border Color

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

This div border color is #4974ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4974ad


Comments

No comments written yet.

Please login to write comment.