Color Hex Logo

#475dac Color Hex

#475DAC
(71,93,172)
0 Favorites   0 Comments

Color spaces of #475dac

RGB 7193172
HSL0.630.420.48
HSV227°59°67°
CMYK 0.590.460.00   0.33
XYZ13.959312.146940.6386
Yxy12.14690.20910.1820
Hunter Lab34.852410.5022-44.7366
CIE-Lab41.448616.1787-44.9485

#475dac color RGB value is (71,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011101 10101100
Octal 107 135 254
Decimal 71 93 172
Hex 47 5D AC

RGB Percentages of Color #475dac

%21.13
%27.68
%51.19

CMYK Percentages of Color #475dac

%59
%46
%0
%33

Triadic Colors of #475dac

#475dac #ac475d #5dac47

Analogous Colors of #475dac

#475dac #6347ac #4790ac

Monochromatic Colors of #475dac

#475dac

Complementary Color

#475dac #ac9647

#475dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#475dac Color CSS Codes

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

#475dac Text Font Color

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

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


#475dac Background Color

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

This div background color is #475dac


#475dac Border Color

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

This div border color is #475dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475dac


Comments

No comments written yet.

Please login to write comment.