Color Hex Logo

#476792 Color Hex

#476792
(71,103,146)
0 Favorites   0 Comments

Color spaces of #476792

RGB 71103146
HSL0.600.350.43
HSV214°51°57°
CMYK 0.510.290.00   0.43
XYZ12.637113.115429.0596
Yxy13.11540.23060.2393
Hunter Lab36.2152-1.0899-22.2245
CIE-Lab42.93661.1584-27.1527

#476792 color RGB value is (71,103,146).

#476792 hex color red value is 71, green value is 103 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #476792 hue: 0.60 , saturation: 0.35 and the lightness value of 476792 is 0.43.

The process color (four color CMYK) of #476792 color hex is 0.51, 0.29, 0.00, 0.43. Web safe color of #476792 is #336699. Color #476792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100111 10010010
Octal 107 147 222
Decimal 71 103 146
Hex 47 67 92

RGB Percentages of Color #476792

%22.19
%32.19
%45.63

CMYK Percentages of Color #476792

%51
%29
%0
%43

Triadic Colors of #476792

#476792 #924767 #679247

Analogous Colors of #476792

#476792 #4d4792 #478d92

Monochromatic Colors of #476792

#476792

Complementary Color

#476792 #927247

#476792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476792 Color CSS Codes

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

#476792 Text Font Color

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

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


#476792 Background Color

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

This div background color is #476792


#476792 Border Color

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

This div border color is #476792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476792


Comments

No comments written yet.

Please login to write comment.