Color Hex Logo

#474987 Color Hex

#474987
(71,73,135)
0 Favorites   0 Comments

Color spaces of #474987

RGB 7173135
HSL0.660.310.40
HSV238°47°53°
CMYK 0.470.460.00   0.47
XYZ9.35437.853923.9446
Yxy7.85390.22730.1908
Hunter Lab28.024810.5375-31.0404
CIE-Lab33.676716.7249-35.0704

#474987 color RGB value is (71,73,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001001 10000111
Octal 107 111 207
Decimal 71 73 135
Hex 47 49 87

RGB Percentages of Color #474987

%25.45
%26.16
%48.39

CMYK Percentages of Color #474987

%47
%46
%0
%47

Triadic Colors of #474987

#474987 #874749 #498747

Analogous Colors of #474987

#474987 #654787 #476987

Monochromatic Colors of #474987

#474987

Complementary Color

#474987 #878547

#474987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474987 Color CSS Codes

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

#474987 Text Font Color

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

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


#474987 Background Color

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

This div background color is #474987


#474987 Border Color

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

This div border color is #474987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474987


Comments

No comments written yet.

Please login to write comment.