Color Hex Logo

#475fac Color Hex

#475FAC
(71,95,172)
0 Favorites   0 Comments

Color spaces of #475fac

RGB 7195172
HSL0.630.420.48
HSV226°59°67°
CMYK 0.590.450.00   0.33
XYZ14.137112.502640.6979
Yxy12.50260.20990.1857
Hunter Lab35.35909.4889-43.4909
CIE-Lab42.004014.9002-44.0610

#475fac color RGB value is (71,95,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011111 10101100
Octal 107 137 254
Decimal 71 95 172
Hex 47 5F AC

RGB Percentages of Color #475fac

%21.01
%28.11
%50.89

CMYK Percentages of Color #475fac

%59
%45
%0
%33

Triadic Colors of #475fac

#475fac #ac475f #5fac47

Analogous Colors of #475fac

#475fac #6247ac #4792ac

Monochromatic Colors of #475fac

#475fac

Complementary Color

#475fac #ac9447

#475fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#475fac Color CSS Codes

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

#475fac Text Font Color

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

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


#475fac Background Color

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

This div background color is #475fac


#475fac Border Color

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

This div border color is #475fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475fac


Comments

No comments written yet.

Please login to write comment.