Color Hex Logo

#475388 Color Hex

#475388
(71,83,136)
0 Favorites   0 Comments

Color spaces of #475388

RGB 7183136
HSL0.640.310.41
HSV229°48°53°
CMYK 0.480.390.00   0.47
XYZ10.13579.303724.5541
Yxy9.30370.23040.2115
Hunter Lab30.50205.9365-26.3771
CIE-Lab36.562610.5428-31.1106

#475388 color RGB value is (71,83,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010011 10001000
Octal 107 123 210
Decimal 71 83 136
Hex 47 53 88

RGB Percentages of Color #475388

%24.48
%28.62
%46.90

CMYK Percentages of Color #475388

%48
%39
%0
%47

Triadic Colors of #475388

#475388 #884753 #538847

Analogous Colors of #475388

#475388 #5c4788 #477488

Monochromatic Colors of #475388

#475388

Complementary Color

#475388 #887c47

#475388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475388 Color CSS Codes

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

#475388 Text Font Color

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

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


#475388 Background Color

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

This div background color is #475388


#475388 Border Color

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

This div border color is #475388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475388


Comments

No comments written yet.

Please login to write comment.