Color Hex Logo

#476188 Color Hex

#476188
(71,97,136)
0 Favorites   0 Comments

Color spaces of #476188

RGB 7197136
HSL0.600.310.41
HSV216°48°53°
CMYK 0.480.290.00   0.47
XYZ11.317211.666624.9479
Yxy11.66660.23610.2434
Hunter Lab34.1564-0.6305-19.3960
CIE-Lab40.68131.6664-24.6568

#476188 color RGB value is (71,97,136).

#476188 hex color red value is 71, green value is 97 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #476188 hue: 0.60 , saturation: 0.31 and the lightness value of 476188 is 0.41.

The process color (four color CMYK) of #476188 color hex is 0.48, 0.29, 0.00, 0.47. Web safe color of #476188 is #336699. Color #476188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100001 10001000
Octal 107 141 210
Decimal 71 97 136
Hex 47 61 88

RGB Percentages of Color #476188

%23.36
%31.91
%44.74

CMYK Percentages of Color #476188

%48
%29
%0
%47

Triadic Colors of #476188

#476188 #884761 #618847

Analogous Colors of #476188

#476188 #4e4788 #478288

Monochromatic Colors of #476188

#476188

Complementary Color

#476188 #886e47

#476188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476188 Color CSS Codes

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

#476188 Text Font Color

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

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


#476188 Background Color

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

This div background color is #476188


#476188 Border Color

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

This div border color is #476188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476188


Comments

No comments written yet.

Please login to write comment.