Color Hex Logo

#476786 Color Hex

#476786
(71,103,134)
0 Favorites   0 Comments

Color spaces of #476786

RGB 71103134
HSL0.580.310.40
HSV210°47°53°
CMYK 0.470.230.00   0.47
XYZ11.751912.761324.3980
Yxy12.76130.24030.2609
Hunter Lab35.7230-3.7935-15.4877
CIE-Lab42.4014-2.6379-20.7852

#476786 color RGB value is (71,103,134).

#476786 hex color red value is 71, green value is 103 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #476786 hue: 0.58 , saturation: 0.31 and the lightness value of 476786 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100111 10000110
Octal 107 147 206
Decimal 71 103 134
Hex 47 67 86

RGB Percentages of Color #476786

%23.05
%33.44
%43.51

CMYK Percentages of Color #476786

%47
%23
%0
%47

Triadic Colors of #476786

#476786 #864767 #678647

Analogous Colors of #476786

#476786 #474786 #478686

Monochromatic Colors of #476786

#476786

Complementary Color

#476786 #866647

#476786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476786 Color CSS Codes

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

#476786 Text Font Color

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

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


#476786 Background Color

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

This div background color is #476786


#476786 Border Color

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

This div border color is #476786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476786


Comments

No comments written yet.

Please login to write comment.