Color Hex Logo

#475daa Color Hex

#475DAA
(71,93,170)
1 Favorites   0 Comments

Color spaces of #475daa

RGB 7193170
HSL0.630.410.47
HSV227°58°67°
CMYK 0.580.450.00   0.33
XYZ13.768612.070639.6344
Yxy12.07060.21030.1844
Hunter Lab34.74289.9399-43.3178
CIE-Lab41.328115.4915-43.9604

#475daa color RGB value is (71,93,170).

#475daa hex color red value is 71, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #475daa hue: 0.63 , saturation: 0.41 and the lightness value of 475daa is 0.47.

The process color (four color CMYK) of #475daa color hex is 0.58, 0.45, 0.00, 0.33. Web safe color of #475daa is #336699. Color #475daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011101 10101010
Octal 107 135 252
Decimal 71 93 170
Hex 47 5D AA

RGB Percentages of Color #475daa

%21.26
%27.84
%50.90

CMYK Percentages of Color #475daa

%58
%45
%0
%33

Triadic Colors of #475daa

#475daa #aa475d #5daa47

Analogous Colors of #475daa

#475daa #6347aa #478faa

Monochromatic Colors of #475daa

#475daa

Complementary Color

#475daa #aa9447

#475daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#475daa Color CSS Codes

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

#475daa Text Font Color

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

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


#475daa Background Color

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

This div background color is #475daa


#475daa Border Color

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

This div border color is #475daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,93,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #475daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475daa


Comments

No comments written yet.

Please login to write comment.