Color Hex Logo

#474687 Color Hex

#474687
(71,70,135)
0 Favorites   0 Comments

Color spaces of #474687

RGB 7170135
HSL0.670.320.40
HSV241°48°53°
CMYK 0.470.480.00   0.47
XYZ9.16197.469223.8805
Yxy7.46920.22620.1844
Hunter Lab27.329812.0121-32.6760
CIE-Lab32.852018.6860-36.3845

#474687 color RGB value is (71,70,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000110 10000111
Octal 107 106 207
Decimal 71 70 135
Hex 47 46 87

RGB Percentages of Color #474687

%25.72
%25.36
%48.91

CMYK Percentages of Color #474687

%47
%48
%0
%47

Triadic Colors of #474687

#474687 #874746 #468747

Analogous Colors of #474687

#474687 #684687 #466687

Monochromatic Colors of #474687

#474687

Complementary Color

#474687 #868746

#474687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474687 Color CSS Codes

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

#474687 Text Font Color

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

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


#474687 Background Color

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

This div background color is #474687


#474687 Border Color

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

This div border color is #474687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474687


Comments

No comments written yet.

Please login to write comment.