Color Hex Logo

#476692 Color Hex

#476692
(71,102,146)
0 Favorites   0 Comments

Color spaces of #476692

RGB 71102146
HSL0.600.350.43
HSV215°51°57°
CMYK 0.510.300.00   0.43
XYZ12.538212.917729.0267
Yxy12.91770.23010.2371
Hunter Lab35.9412-0.6268-22.7247
CIE-Lab42.63901.7738-27.6173

#476692 color RGB value is (71,102,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100110 10010010
Octal 107 146 222
Decimal 71 102 146
Hex 47 66 92

RGB Percentages of Color #476692

%22.26
%31.97
%45.77

CMYK Percentages of Color #476692

%51
%30
%0
%43

Triadic Colors of #476692

#476692 #924766 #669247

Analogous Colors of #476692

#476692 #4e4792 #478c92

Monochromatic Colors of #476692

#476692

Complementary Color

#476692 #927347

#476692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476692 Color CSS Codes

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

#476692 Text Font Color

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

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


#476692 Background Color

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

This div background color is #476692


#476692 Border Color

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

This div border color is #476692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476692


Comments

No comments written yet.

Please login to write comment.