Color Hex Logo

#475eac Color Hex

#475EAC
(71,94,172)
0 Favorites   0 Comments

Color spaces of #475eac

RGB 7194172
HSL0.630.420.48
HSV226°59°67°
CMYK 0.590.450.00   0.33
XYZ14.047612.323640.6680
Yxy12.32360.20950.1838
Hunter Lab35.10509.9948-44.1121
CIE-Lab41.725915.5388-44.5053

#475eac color RGB value is (71,94,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011110 10101100
Octal 107 136 254
Decimal 71 94 172
Hex 47 5E AC

RGB Percentages of Color #475eac

%21.07
%27.89
%51.04

CMYK Percentages of Color #475eac

%59
%45
%0
%33

Triadic Colors of #475eac

#475eac #ac475e #5eac47

Analogous Colors of #475eac

#475eac #6347ac #4791ac

Monochromatic Colors of #475eac

#475eac

Complementary Color

#475eac #ac9547

#475eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#475eac Color CSS Codes

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

#475eac Text Font Color

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

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


#475eac Background Color

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

This div background color is #475eac


#475eac Border Color

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

This div border color is #475eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475eac


Comments

No comments written yet.

Please login to write comment.