Color Hex Logo

#475dae Color Hex

#475DAE
(71,93,174)
0 Favorites   0 Comments

Color spaces of #475dae

RGB 7193174
HSL0.630.420.48
HSV227°59°68°
CMYK 0.590.470.00   0.32
XYZ14.152912.224341.6580
Yxy12.22430.20800.1797
Hunter Lab34.963311.0699-46.1685
CIE-Lab41.570416.8678-45.9327

#475dae color RGB value is (71,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011101 10101110
Octal 107 135 256
Decimal 71 93 174
Hex 47 5D AE

RGB Percentages of Color #475dae

%21.01
%27.51
%51.48

CMYK Percentages of Color #475dae

%59
%47
%0
%32

Triadic Colors of #475dae

#475dae #ae475d #5dae47

Analogous Colors of #475dae

#475dae #6547ae #4791ae

Monochromatic Colors of #475dae

#475dae

Complementary Color

#475dae #ae9847

#475dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#475dae Color CSS Codes

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

#475dae Text Font Color

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

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


#475dae Background Color

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

This div background color is #475dae


#475dae Border Color

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

This div border color is #475dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475dae


Comments

No comments written yet.

Please login to write comment.