Color Hex Logo

#476978 Color Hex

#476978
(71,105,120)
0 Favorites   0 Comments

Color spaces of #476978

RGB 71105120
HSL0.550.260.37
HSV198°41°47°
CMYK 0.410.130.00   0.53
XYZ11.040312.798819.6578
Yxy12.79880.25380.2942
Hunter Lab35.7754-7.5218-7.5358
CIE-Lab42.4585-8.0170-12.2467

#476978 color RGB value is (71,105,120).

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

The process color (four color CMYK) of #476978 color hex is 0.41, 0.13, 0.00, 0.53. Web safe color of #476978 is #336666. Color #476978 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101001 01111000
Octal 107 151 170
Decimal 71 105 120
Hex 47 69 78

RGB Percentages of Color #476978

%23.99
%35.47
%40.54

CMYK Percentages of Color #476978

%41
%13
%0
%53

Triadic Colors of #476978

#476978 #784769 #697847

Analogous Colors of #476978

#476978 #475178 #47786f

Monochromatic Colors of #476978

#476978

Complementary Color

#476978 #785647

#476978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476978 Color CSS Codes

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

#476978 Text Font Color

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

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


#476978 Background Color

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

This div background color is #476978


#476978 Border Color

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

This div border color is #476978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476978


Comments

No comments written yet.

Please login to write comment.