Color Hex Logo

#476dad Color Hex

#476DAD
(71,109,173)
0 Favorites   0 Comments

Color spaces of #476dad

RGB 71109173
HSL0.600.420.48
HSV218°59°68°
CMYK 0.590.370.00   0.32
XYZ15.610015.294041.6645
Yxy15.29400.21510.2108
Hunter Lab39.10752.8111-35.7913
CIE-Lab46.03436.4265-38.2439

#476dad color RGB value is (71,109,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101101 10101101
Octal 107 155 255
Decimal 71 109 173
Hex 47 6D AD

RGB Percentages of Color #476dad

%20.11
%30.88
%49.01

CMYK Percentages of Color #476dad

%59
%37
%0
%32

Triadic Colors of #476dad

#476dad #ad476d #6dad47

Analogous Colors of #476dad

#476dad #5447ad #47a0ad

Monochromatic Colors of #476dad

#476dad

Complementary Color

#476dad #ad8747

#476dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#476dad Color CSS Codes

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

#476dad Text Font Color

<p style="color:#476dad">Text here</p>

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


#476dad Background Color

<div style="background-color:#476dad">
Div content here</div>

This div background color is #476dad


#476dad Border Color

<div style="border:3px solid #476dad">
Div here</div>

This div border color is #476dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476dad


Comments

No comments written yet.

Please login to write comment.