Color Hex Logo

#476369 Color Hex

#476369
(71,99,105)
0 Favorites   0 Comments

Color spaces of #476369

RGB 7199105
HSL0.530.190.35
HSV191°32°41°
CMYK 0.320.060.00   0.59
XYZ9.610211.283215.0360
Yxy11.28320.26750.3140
Hunter Lab33.5905-7.7147-3.0265
CIE-Lab40.0534-8.6746-6.7324

#476369 color RGB value is (71,99,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100011 01101001
Octal 107 143 151
Decimal 71 99 105
Hex 47 63 69

RGB Percentages of Color #476369

%25.82
%36.00
%38.18

CMYK Percentages of Color #476369

%32
%6
%0
%59

Triadic Colors of #476369

#476369 #694763 #636947

Analogous Colors of #476369

#476369 #475269 #47695e

Monochromatic Colors of #476369

#476369

Complementary Color

#476369 #694d47

#476369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476369 Color CSS Codes

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

#476369 Text Font Color

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

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


#476369 Background Color

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

This div background color is #476369


#476369 Border Color

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

This div border color is #476369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476369


Comments

No comments written yet.

Please login to write comment.