Color Hex Logo

#474887 Color Hex

#474887
(71,72,135)
0 Favorites   0 Comments

Color spaces of #474887

RGB 7172135
HSL0.660.310.40
HSV239°47°53°
CMYK 0.470.470.00   0.47
XYZ9.28917.723623.9229
Yxy7.72360.22690.1887
Hunter Lab27.791411.0277-31.5831
CIE-Lab33.400517.3781-35.5102

#474887 color RGB value is (71,72,135).

#474887 hex color red value is 71, green value is 72 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #474887 hue: 0.66 , saturation: 0.31 and the lightness value of 474887 is 0.40.

The process color (four color CMYK) of #474887 color hex is 0.47, 0.47, 0.00, 0.47. Web safe color of #474887 is #333399. Color #474887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001000 10000111
Octal 107 110 207
Decimal 71 72 135
Hex 47 48 87

RGB Percentages of Color #474887

%25.54
%25.90
%48.56

CMYK Percentages of Color #474887

%47
%47
%0
%47

Triadic Colors of #474887

#474887 #874748 #488747

Analogous Colors of #474887

#474887 #664787 #476887

Monochromatic Colors of #474887

#474887

Complementary Color

#474887 #878647

#474887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474887 Color CSS Codes

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

#474887 Text Font Color

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

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


#474887 Background Color

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

This div background color is #474887


#474887 Border Color

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

This div border color is #474887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474887


Comments

No comments written yet.

Please login to write comment.