Color Hex Logo

#4779ae Color Hex

#4779AE
(71,121,174)
0 Favorites   0 Comments

Color spaces of #4779ae

RGB 71121174
HSL0.590.420.48
HSV211°59°68°
CMYK 0.590.300.00   0.32
XYZ17.075918.070342.6323
Yxy18.07030.21950.2323
Hunter Lab42.5092-2.6878-29.7053
CIE-Lab49.5813-0.5463-33.2441

#4779ae color RGB value is (71,121,174).

#4779ae hex color red value is 71, green value is 121 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4779ae hue: 0.59 , saturation: 0.42 and the lightness value of 4779ae is 0.48.

The process color (four color CMYK) of #4779ae color hex is 0.59, 0.30, 0.00, 0.32. Web safe color of #4779ae is #336699. Color #4779ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111001 10101110
Octal 107 171 256
Decimal 71 121 174
Hex 47 79 AE

RGB Percentages of Color #4779ae

%19.40
%33.06
%47.54

CMYK Percentages of Color #4779ae

%59
%30
%0
%32

Triadic Colors of #4779ae

#4779ae #ae4779 #79ae47

Analogous Colors of #4779ae

#4779ae #4847ae #47adae

Monochromatic Colors of #4779ae

#4779ae

Complementary Color

#4779ae #ae7c47

#4779ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4779ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4779ae Color CSS Codes

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

#4779ae Text Font Color

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

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


#4779ae Background Color

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

This div background color is #4779ae


#4779ae Border Color

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

This div border color is #4779ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4779ae


Comments

No comments written yet.

Please login to write comment.