Color Hex Logo

#475395 Color Hex

#475395
(71,83,149)
0 Favorites   0 Comments

Color spaces of #475395

RGB 7183149
HSL0.640.350.43
HSV231°52°58°
CMYK 0.520.440.00   0.42
XYZ11.11669.696029.7194
Yxy9.69600.22000.1919
Hunter Lab31.13849.2334-34.7912
CIE-Lab37.291214.8166-37.8535

#475395 color RGB value is (71,83,149).

#475395 hex color red value is 71, green value is 83 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #475395 hue: 0.64 , saturation: 0.35 and the lightness value of 475395 is 0.43.

The process color (four color CMYK) of #475395 color hex is 0.52, 0.44, 0.00, 0.42. Web safe color of #475395 is #336699. Color #475395 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010011 10010101
Octal 107 123 225
Decimal 71 83 149
Hex 47 53 95

RGB Percentages of Color #475395

%23.43
%27.39
%49.17

CMYK Percentages of Color #475395

%52
%44
%0
%42

Triadic Colors of #475395

#475395 #954753 #539547

Analogous Colors of #475395

#475395 #624795 #477a95

Monochromatic Colors of #475395

#475395

Complementary Color

#475395 #958947

#475395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475395 Color CSS Codes

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

#475395 Text Font Color

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

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


#475395 Background Color

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

This div background color is #475395


#475395 Border Color

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

This div border color is #475395


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,83,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #475395; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #475395;
  -webkit-box-shadow: 1px 1px 3px 2px #475395;
  box-shadow:         1px 1px 3px 2px #475395; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475395


Comments

No comments written yet.

Please login to write comment.