Color Hex Logo

#476876 Color Hex

#476876
(71,104,118)
0 Favorites   0 Comments

Color spaces of #476876

RGB 71104118
HSL0.550.250.37
HSV198°40°46°
CMYK 0.400.120.00   0.54
XYZ10.818912.548218.9914
Yxy12.54820.25540.2962
Hunter Lab35.4234-7.4742-6.9905
CIE-Lab42.0745-8.0034-11.6169

#476876 color RGB value is (71,104,118).

#476876 hex color red value is 71, green value is 104 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #476876 hue: 0.55 , saturation: 0.25 and the lightness value of 476876 is 0.37.

The process color (four color CMYK) of #476876 color hex is 0.40, 0.12, 0.00, 0.54. Web safe color of #476876 is #336666. Color #476876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101000 01110110
Octal 107 150 166
Decimal 71 104 118
Hex 47 68 76

RGB Percentages of Color #476876

%24.23
%35.49
%40.27

CMYK Percentages of Color #476876

%40
%12
%0
%54

Triadic Colors of #476876

#476876 #764768 #687647

Analogous Colors of #476876

#476876 #475176 #47766d

Monochromatic Colors of #476876

#476876

Complementary Color

#476876 #765547

#476876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476876 Color CSS Codes

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

#476876 Text Font Color

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

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


#476876 Background Color

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

This div background color is #476876


#476876 Border Color

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

This div border color is #476876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476876


Comments

No comments written yet.

Please login to write comment.