Color Hex Logo

#4a7dad Color Hex

#4A7DAD
(74,125,173)
0 Favorites   0 Comments

Color spaces of #4a7dad

RGB 74125173
HSL0.580.400.48
HSV209°57°68°
CMYK 0.570.280.00   0.32
XYZ17.700519.140242.2967
Yxy19.14020.22370.2419
Hunter Lab43.7495-4.3428-26.6965
CIE-Lab50.8508-2.6197-30.6702

#4a7dad color RGB value is (74,125,173).

#4a7dad hex color red value is 74, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4a7dad hue: 0.58 , saturation: 0.40 and the lightness value of 4a7dad is 0.48.

The process color (four color CMYK) of #4a7dad color hex is 0.57, 0.28, 0.00, 0.32. Web safe color of #4a7dad is #336699. Color #4a7dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111101 10101101
Octal 112 175 255
Decimal 74 125 173
Hex 4A 7D AD

RGB Percentages of Color #4a7dad

%19.89
%33.60
%46.51

CMYK Percentages of Color #4a7dad

%57
%28
%0
%32

Triadic Colors of #4a7dad

#4a7dad #ad4a7d #7dad4a

Analogous Colors of #4a7dad

#4a7dad #4a4cad #4aadac

Monochromatic Colors of #4a7dad

#4a7dad

Complementary Color

#4a7dad #ad7a4a

#4a7dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7dad Color CSS Codes

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

#4a7dad Text Font Color

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

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


#4a7dad Background Color

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

This div background color is #4a7dad


#4a7dad Border Color

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

This div border color is #4a7dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7dad


Comments

No comments written yet.

Please login to write comment.