Color Hex Logo

#475ead Color Hex

#475EAD
(71,94,173)
0 Favorites   0 Comments

Color spaces of #475ead

RGB 7194173
HSL0.630.420.48
HSV226°59°68°
CMYK 0.590.460.00   0.32
XYZ14.144112.362141.1758
Yxy12.36210.20900.1826
Hunter Lab35.159810.2775-44.8230
CIE-Lab41.785915.8839-44.9987

#475ead color RGB value is (71,94,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011110 10101101
Octal 107 136 255
Decimal 71 94 173
Hex 47 5E AD

RGB Percentages of Color #475ead

%21.01
%27.81
%51.18

CMYK Percentages of Color #475ead

%59
%46
%0
%32

Triadic Colors of #475ead

#475ead #ad475e #5ead47

Analogous Colors of #475ead

#475ead #6347ad #4791ad

Monochromatic Colors of #475ead

#475ead

Complementary Color

#475ead #ad9647

#475ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#475ead Color CSS Codes

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

#475ead Text Font Color

<p style="color:#475ead">Text here</p>

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


#475ead Background Color

<div style="background-color:#475ead">
Div content here</div>

This div background color is #475ead


#475ead Border Color

<div style="border:3px solid #475ead">
Div here</div>

This div border color is #475ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475ead


Comments

No comments written yet.

Please login to write comment.