Color Hex Logo

#475aae Color Hex

#475AAE
(71,90,174)
0 Favorites   0 Comments

Color spaces of #475aae

RGB 7190174
HSL0.640.420.48
HSV229°59°68°
CMYK 0.590.480.00   0.32
XYZ13.894711.707941.5719
Yxy11.70790.20680.1743
Hunter Lab34.216812.6055-48.0829
CIE-Lab40.748118.7909-47.2505

#475aae color RGB value is (71,90,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011010 10101110
Octal 107 132 256
Decimal 71 90 174
Hex 47 5A AE

RGB Percentages of Color #475aae

%21.19
%26.87
%51.94

CMYK Percentages of Color #475aae

%59
%48
%0
%32

Triadic Colors of #475aae

#475aae #ae475a #5aae47

Analogous Colors of #475aae

#475aae #6847ae #478eae

Monochromatic Colors of #475aae

#475aae

Complementary Color

#475aae #ae9b47

#475aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#475aae Color CSS Codes

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

#475aae Text Font Color

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

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


#475aae Background Color

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

This div background color is #475aae


#475aae Border Color

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

This div border color is #475aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475aae


Comments

No comments written yet.

Please login to write comment.