Color Hex Logo

#4a779d Color Hex

#4A779D
(74,119,157)
0 Favorites   0 Comments

Color spaces of #4a779d

RGB 74119157
HSL0.580.360.45
HSV207°53°62°
CMYK 0.530.240.00   0.38
XYZ15.506717.083834.3785
Yxy17.08380.23160.2551
Hunter Lab41.3326-5.3643-20.3819
CIE-Lab48.3655-4.2270-25.2131

#4a779d color RGB value is (74,119,157).

#4a779d hex color red value is 74, green value is 119 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #4a779d hue: 0.58 , saturation: 0.36 and the lightness value of 4a779d is 0.45.

The process color (four color CMYK) of #4a779d color hex is 0.53, 0.24, 0.00, 0.38. Web safe color of #4a779d is #336699. Color #4a779d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110111 10011101
Octal 112 167 235
Decimal 74 119 157
Hex 4A 77 9D

RGB Percentages of Color #4a779d

%21.14
%34.00
%44.86

CMYK Percentages of Color #4a779d

%53
%24
%0
%38

Triadic Colors of #4a779d

#4a779d #9d4a77 #779d4a

Analogous Colors of #4a779d

#4a779d #4a4e9d #4a9d9a

Monochromatic Colors of #4a779d

#4a779d

Complementary Color

#4a779d #9d704a

#4a779d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a779d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a779d Color CSS Codes

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

#4a779d Text Font Color

<p style="color:#4a779d">Text here</p>

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


#4a779d Background Color

<div style="background-color:#4a779d">
Div content here</div>

This div background color is #4a779d


#4a779d Border Color

<div style="border:3px solid #4a779d">
Div here</div>

This div border color is #4a779d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,119,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a779d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a779d;
  -webkit-box-shadow: 1px 1px 3px 2px #4a779d;
  box-shadow:         1px 1px 3px 2px #4a779d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,119,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a779d


Comments

No comments written yet.

Please login to write comment.