Color Hex Logo

#4974a6 Color Hex

#4974A6
(73,116,166)
0 Favorites   0 Comments

Color spaces of #4974a6

RGB 73116166
HSL0.590.390.47
HSV212°56°65°
CMYK 0.560.300.00   0.35
XYZ15.876016.660438.4554
Yxy16.66040.22360.2347
Hunter Lab40.8172-2.0017-27.2874
CIE-Lab47.82930.2360-31.3212

#4974a6 color RGB value is (73,116,166).

#4974a6 hex color red value is 73, green value is 116 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #4974a6 hue: 0.59 , saturation: 0.39 and the lightness value of 4974a6 is 0.47.

The process color (four color CMYK) of #4974a6 color hex is 0.56, 0.30, 0.00, 0.35. Web safe color of #4974a6 is #336699. Color #4974a6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110100 10100110
Octal 111 164 246
Decimal 73 116 166
Hex 49 74 A6

RGB Percentages of Color #4974a6

%20.56
%32.68
%46.76

CMYK Percentages of Color #4974a6

%56
%30
%0
%35

Triadic Colors of #4974a6

#4974a6 #a64974 #74a649

Analogous Colors of #4974a6

#4974a6 #4d49a6 #49a3a6

Monochromatic Colors of #4974a6

#4974a6

Complementary Color

#4974a6 #a67b49

#4974a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4974a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4974a6 Color CSS Codes

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

#4974a6 Text Font Color

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

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


#4974a6 Background Color

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

This div background color is #4974a6


#4974a6 Border Color

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

This div border color is #4974a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4974a6


Comments

No comments written yet.

Please login to write comment.