Color Hex Logo

#475295 Color Hex

#475295
(71,82,149)
0 Favorites   0 Comments

Color spaces of #475295

RGB 7182149
HSL0.640.350.43
HSV232°52°58°
CMYK 0.520.450.00   0.42
XYZ11.04069.544129.6941
Yxy9.54410.21960.1898
Hunter Lab30.89359.7279-35.3626
CIE-Lab37.011415.4640-38.2990

#475295 color RGB value is (71,82,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010010 10010101
Octal 107 122 225
Decimal 71 82 149
Hex 47 52 95

RGB Percentages of Color #475295

%23.51
%27.15
%49.34

CMYK Percentages of Color #475295

%52
%45
%0
%42

Triadic Colors of #475295

#475295 #954752 #529547

Analogous Colors of #475295

#475295 #634795 #477995

Monochromatic Colors of #475295

#475295

Complementary Color

#475295 #958a47

#475295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475295 Color CSS Codes

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

#475295 Text Font Color

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

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


#475295 Background Color

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

This div background color is #475295


#475295 Border Color

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

This div border color is #475295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475295


Comments

No comments written yet.

Please login to write comment.