Color Hex Logo

#476169 Color Hex

#476169
(71,97,105)
0 Favorites   0 Comments

Color spaces of #476169

RGB 7197105
HSL0.540.190.35
HSV194°32°41°
CMYK 0.320.080.00   0.59
XYZ9.423010.908914.9736
Yxy10.90890.26690.3090
Hunter Lab33.0286-6.8744-3.7592
CIE-Lab39.4266-7.4952-7.6699

#476169 color RGB value is (71,97,105).

#476169 hex color red value is 71, green value is 97 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #476169 hue: 0.54 , saturation: 0.19 and the lightness value of 476169 is 0.35.

The process color (four color CMYK) of #476169 color hex is 0.32, 0.08, 0.00, 0.59. Web safe color of #476169 is #336666. Color #476169 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100001 01101001
Octal 107 141 151
Decimal 71 97 105
Hex 47 61 69

RGB Percentages of Color #476169

%26.01
%35.53
%38.46

CMYK Percentages of Color #476169

%32
%8
%0
%59

Triadic Colors of #476169

#476169 #694761 #616947

Analogous Colors of #476169

#476169 #475069 #476960

Monochromatic Colors of #476169

#476169

Complementary Color

#476169 #694f47

#476169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476169 Color CSS Codes

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

#476169 Text Font Color

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

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


#476169 Background Color

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

This div background color is #476169


#476169 Border Color

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

This div border color is #476169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476169


Comments

No comments written yet.

Please login to write comment.