Color Hex Logo

#4a77af Color Hex

#4A77AF
(74,119,175)
0 Favorites   0 Comments

Color spaces of #4a77af

RGB 74119175
HSL0.590.410.49
HSV213°58°69°
CMYK 0.580.320.00   0.31
XYZ17.158717.744643.0781
Yxy17.74460.22000.2275
Hunter Lab42.1243-1.0084-31.1454
CIE-Lab49.18491.6177-34.4358

#4a77af color RGB value is (74,119,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110111 10101111
Octal 112 167 257
Decimal 74 119 175
Hex 4A 77 AF

RGB Percentages of Color #4a77af

%20.11
%32.34
%47.55

CMYK Percentages of Color #4a77af

%58
%32
%0
%31

Triadic Colors of #4a77af

#4a77af #af4a77 #77af4a

Analogous Colors of #4a77af

#4a77af #504aaf #4aaaaf

Monochromatic Colors of #4a77af

#4a77af

Complementary Color

#4a77af #af824a

#4a77af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a77af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a77af Color CSS Codes

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

#4a77af Text Font Color

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

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


#4a77af Background Color

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

This div background color is #4a77af


#4a77af Border Color

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

This div border color is #4a77af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,119,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 #4a77af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a77af


Comments

No comments written yet.

Please login to write comment.