Color Hex Logo

#4775ad Color Hex

#4775AD
(71,117,173)
0 Favorites   0 Comments

Color spaces of #4775ad

RGB 71117173
HSL0.590.420.48
HSV213°59°68°
CMYK 0.590.320.00   0.32
XYZ16.502617.079341.9620
Yxy17.07930.21850.2261
Hunter Lab41.3271-1.0444-31.2719
CIE-Lab48.35981.5253-34.5792

#4775ad color RGB value is (71,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110101 10101101
Octal 107 165 255
Decimal 71 117 173
Hex 47 75 AD

RGB Percentages of Color #4775ad

%19.67
%32.41
%47.92

CMYK Percentages of Color #4775ad

%59
%32
%0
%32

Triadic Colors of #4775ad

#4775ad #ad4775 #75ad47

Analogous Colors of #4775ad

#4775ad #4c47ad #47a8ad

Monochromatic Colors of #4775ad

#4775ad

Complementary Color

#4775ad #ad7f47

#4775ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4775ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4775ad Color CSS Codes

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

#4775ad Text Font Color

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

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


#4775ad Background Color

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

This div background color is #4775ad


#4775ad Border Color

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

This div border color is #4775ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4775ad


Comments

No comments written yet.

Please login to write comment.