Color Hex Logo

#474387 Color Hex

#474387
(71,67,135)
0 Favorites   0 Comments

Color spaces of #474387

RGB 7167135
HSL0.680.340.40
HSV244°50°53°
CMYK 0.470.500.00   0.47
XYZ8.97897.103223.8195
Yxy7.10320.22500.1780
Hunter Lab26.651813.4953-34.3329
CIE-Lab32.040720.6465-37.6806

#474387 color RGB value is (71,67,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000011 10000111
Octal 107 103 207
Decimal 71 67 135
Hex 47 43 87

RGB Percentages of Color #474387

%26.01
%24.54
%49.45

CMYK Percentages of Color #474387

%47
%50
%0
%47

Triadic Colors of #474387

#474387 #874743 #438747

Analogous Colors of #474387

#474387 #694387 #436187

Monochromatic Colors of #474387

#474387

Complementary Color

#474387 #838743

#474387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474387 Color CSS Codes

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

#474387 Text Font Color

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

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


#474387 Background Color

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

This div background color is #474387


#474387 Border Color

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

This div border color is #474387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474387


Comments

No comments written yet.

Please login to write comment.