Color Hex Logo

#475898 Color Hex

#475898
(71,88,152)
0 Favorites   0 Comments

Color spaces of #475898

RGB 7188152
HSL0.630.360.44
HSV227°53°60°
CMYK 0.530.420.00   0.40
XYZ11.755810.586031.1295
Yxy10.58600.21990.1980
Hunter Lab32.53617.5565-33.9514
CIE-Lab38.874312.5927-37.1443

#475898 color RGB value is (71,88,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011000 10011000
Octal 107 130 230
Decimal 71 88 152
Hex 47 58 98

RGB Percentages of Color #475898

%22.83
%28.30
%48.87

CMYK Percentages of Color #475898

%53
%42
%0
%40

Triadic Colors of #475898

#475898 #984758 #589847

Analogous Colors of #475898

#475898 #5f4798 #478198

Monochromatic Colors of #475898

#475898

Complementary Color

#475898 #988747

#475898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475898 Color CSS Codes

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

#475898 Text Font Color

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

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


#475898 Background Color

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

This div background color is #475898


#475898 Border Color

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

This div border color is #475898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475898


Comments

No comments written yet.

Please login to write comment.