Color Hex Logo

#475698 Color Hex

#475698
(71,86,152)
0 Favorites   0 Comments

Color spaces of #475698

RGB 7186152
HSL0.640.360.44
HSV229°53°60°
CMYK 0.530.430.00   0.40
XYZ11.593810.262231.0755
Yxy10.26220.21900.1939
Hunter Lab32.03478.5410-35.0905
CIE-Lab38.309013.8797-38.0427

#475698 color RGB value is (71,86,152).

#475698 hex color red value is 71, green value is 86 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #475698 hue: 0.64 , saturation: 0.36 and the lightness value of 475698 is 0.44.

The process color (four color CMYK) of #475698 color hex is 0.53, 0.43, 0.00, 0.40. Web safe color of #475698 is #336699. Color #475698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 10011000
Octal 107 126 230
Decimal 71 86 152
Hex 47 56 98

RGB Percentages of Color #475698

%22.98
%27.83
%49.19

CMYK Percentages of Color #475698

%53
%43
%0
%40

Triadic Colors of #475698

#475698 #984756 #569847

Analogous Colors of #475698

#475698 #604798 #477f98

Monochromatic Colors of #475698

#475698

Complementary Color

#475698 #988947

#475698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475698 Color CSS Codes

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

#475698 Text Font Color

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

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


#475698 Background Color

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

This div background color is #475698


#475698 Border Color

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

This div border color is #475698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475698


Comments

No comments written yet.

Please login to write comment.