Color Hex Logo

#4772ad Color Hex

#4772AD
(71,114,173)
0 Favorites   0 Comments

Color spaces of #4772ad

RGB 71114173
HSL0.600.420.48
HSV215°59°68°
CMYK 0.590.340.00   0.32
XYZ16.158716.391441.8474
Yxy16.39140.21720.2203
Hunter Lab40.48630.3911-32.9429
CIE-Lab47.48393.3496-35.9568

#4772ad color RGB value is (71,114,173).

#4772ad hex color red value is 71, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4772ad hue: 0.60 , saturation: 0.42 and the lightness value of 4772ad is 0.48.

The process color (four color CMYK) of #4772ad color hex is 0.59, 0.34, 0.00, 0.32. Web safe color of #4772ad is #336699. Color #4772ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110010 10101101
Octal 107 162 255
Decimal 71 114 173
Hex 47 72 AD

RGB Percentages of Color #4772ad

%19.83
%31.84
%48.32

CMYK Percentages of Color #4772ad

%59
%34
%0
%32

Triadic Colors of #4772ad

#4772ad #ad4772 #72ad47

Analogous Colors of #4772ad

#4772ad #4f47ad #47a5ad

Monochromatic Colors of #4772ad

#4772ad

Complementary Color

#4772ad #ad8247

#4772ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4772ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4772ad Color CSS Codes

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

#4772ad Text Font Color

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

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


#4772ad Background Color

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

This div background color is #4772ad


#4772ad Border Color

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

This div border color is #4772ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4772ad


Comments

No comments written yet.

Please login to write comment.