Color Hex Logo

#4979af Color Hex

#4979AF
(73,121,175)
0 Favorites   0 Comments

Color spaces of #4979af

RGB 73121175
HSL0.590.410.49
HSV212°58°69°
CMYK 0.580.310.00   0.31
XYZ17.322918.186443.1547
Yxy18.18640.22020.2312
Hunter Lab42.6455-2.1217-30.1461
CIE-Lab49.72140.2035-33.5977

#4979af color RGB value is (73,121,175).

#4979af hex color red value is 73, green value is 121 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4979af hue: 0.59 , saturation: 0.41 and the lightness value of 4979af is 0.49.

The process color (four color CMYK) of #4979af color hex is 0.58, 0.31, 0.00, 0.31. Web safe color of #4979af is #336699. Color #4979af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111001 10101111
Octal 111 171 257
Decimal 73 121 175
Hex 49 79 AF

RGB Percentages of Color #4979af

%19.78
%32.79
%47.43

CMYK Percentages of Color #4979af

%58
%31
%0
%31

Triadic Colors of #4979af

#4979af #af4979 #79af49

Analogous Colors of #4979af

#4979af #4c49af #49acaf

Monochromatic Colors of #4979af

#4979af

Complementary Color

#4979af #af7f49

#4979af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4979af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4979af Color CSS Codes

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

#4979af Text Font Color

<p style="color:#4979af">Text here</p>

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


#4979af Background Color

<div style="background-color:#4979af">
Div content here</div>

This div background color is #4979af


#4979af Border Color

<div style="border:3px solid #4979af">
Div here</div>

This div border color is #4979af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,121,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4979af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4979af;
  -webkit-box-shadow: 1px 1px 3px 2px #4979af;
  box-shadow:         1px 1px 3px 2px #4979af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4979af


Comments

No comments written yet.

Please login to write comment.