Color Hex Logo

#475188 Color Hex

#475188
(71,81,136)
0 Favorites   0 Comments

Color spaces of #475188

RGB 7181136
HSL0.640.310.41
HSV231°48°53°
CMYK 0.480.400.00   0.47
XYZ9.98499.002024.5039
Yxy9.00200.22960.2070
Hunter Lab30.00336.8977-27.4202
CIE-Lab35.988111.8370-32.0180

#475188 color RGB value is (71,81,136).

#475188 hex color red value is 71, green value is 81 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #475188 hue: 0.64 , saturation: 0.31 and the lightness value of 475188 is 0.41.

The process color (four color CMYK) of #475188 color hex is 0.48, 0.40, 0.00, 0.47. Web safe color of #475188 is #336699. Color #475188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010001 10001000
Octal 107 121 210
Decimal 71 81 136
Hex 47 51 88

RGB Percentages of Color #475188

%24.65
%28.13
%47.22

CMYK Percentages of Color #475188

%48
%40
%0
%47

Triadic Colors of #475188

#475188 #884751 #518847

Analogous Colors of #475188

#475188 #5e4788 #477288

Monochromatic Colors of #475188

#475188

Complementary Color

#475188 #887e47

#475188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475188 Color CSS Codes

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

#475188 Text Font Color

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

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


#475188 Background Color

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

This div background color is #475188


#475188 Border Color

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

This div border color is #475188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475188


Comments

No comments written yet.

Please login to write comment.