Color Hex Logo

#4077ad Color Hex

#4077AD
(64,119,173)
0 Favorites   0 Comments

Color spaces of #4077ad

RGB 64119173
HSL0.580.460.46
HSV210°63°68°
CMYK 0.630.310.00   0.32
XYZ16.254017.300842.0179
Yxy17.30080.21510.2289
Hunter Lab41.5942-3.0365-30.7780
CIE-Lab48.6368-1.0766-34.1661

#4077ad color RGB value is (64,119,173).

#4077ad hex color red value is 64, green value is 119 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4077ad hue: 0.58 , saturation: 0.46 and the lightness value of 4077ad is 0.46.

The process color (four color CMYK) of #4077ad color hex is 0.63, 0.31, 0.00, 0.32. Web safe color of #4077ad is #336699. Color #4077ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110111 10101101
Octal 100 167 255
Decimal 64 119 173
Hex 40 77 AD

RGB Percentages of Color #4077ad

%17.98
%33.43
%48.60

CMYK Percentages of Color #4077ad

%63
%31
%0
%32

Triadic Colors of #4077ad

#4077ad #ad4077 #77ad40

Analogous Colors of #4077ad

#4077ad #4041ad #40adad

Monochromatic Colors of #4077ad

#4077ad

Complementary Color

#4077ad #ad7640

#4077ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4077ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4077ad Color CSS Codes

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

#4077ad Text Font Color

<p style="color:#4077ad">Text here</p>

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


#4077ad Background Color

<div style="background-color:#4077ad">
Div content here</div>

This div background color is #4077ad


#4077ad Border Color

<div style="border:3px solid #4077ad">
Div here</div>

This div border color is #4077ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,119,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4077ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4077ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4077ad;
  box-shadow:         1px 1px 3px 2px #4077ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4077ad


Comments

No comments written yet.

Please login to write comment.