Color Hex Logo

#476374 Color Hex

#476374
(71,99,116)
0 Favorites   0 Comments

Color spaces of #476374

RGB 7199116
HSL0.560.240.37
HSV203°39°45°
CMYK 0.390.150.00   0.55
XYZ10.212811.524218.2091
Yxy11.52420.25570.2885
Hunter Lab33.9473-5.7074-8.0396
CIE-Lab40.4497-5.6124-12.8623

#476374 color RGB value is (71,99,116).

#476374 hex color red value is 71, green value is 99 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #476374 hue: 0.56 , saturation: 0.24 and the lightness value of 476374 is 0.37.

The process color (four color CMYK) of #476374 color hex is 0.39, 0.15, 0.00, 0.55. Web safe color of #476374 is #336666. Color #476374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100011 01110100
Octal 107 143 164
Decimal 71 99 116
Hex 47 63 74

RGB Percentages of Color #476374

%24.83
%34.62
%40.56

CMYK Percentages of Color #476374

%39
%15
%0
%55

Triadic Colors of #476374

#476374 #744763 #637447

Analogous Colors of #476374

#476374 #474d74 #47746f

Monochromatic Colors of #476374

#476374

Complementary Color

#476374 #745847

#476374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476374 Color CSS Codes

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

#476374 Text Font Color

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

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


#476374 Background Color

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

This div background color is #476374


#476374 Border Color

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

This div border color is #476374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476374


Comments

No comments written yet.

Please login to write comment.