Color Hex Logo

#474c8d Color Hex

#474C8D
(71,76,141)
0 Favorites   0 Comments

Color spaces of #474c8d

RGB 7176141
HSL0.650.330.42
HSV236°50°55°
CMYK 0.500.460.00   0.45
XYZ9.99078.431626.3002
Yxy8.43160.22340.1885
Hunter Lab29.037210.6005-33.3753
CIE-Lab34.866016.7193-36.8554

#474c8d color RGB value is (71,76,141).

#474c8d hex color red value is 71, green value is 76 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #474c8d hue: 0.65 , saturation: 0.33 and the lightness value of 474c8d is 0.42.

The process color (four color CMYK) of #474c8d color hex is 0.50, 0.46, 0.00, 0.45. Web safe color of #474c8d is #333399. Color #474c8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001100 10001101
Octal 107 114 215
Decimal 71 76 141
Hex 47 4C 8D

RGB Percentages of Color #474c8d

%24.65
%26.39
%48.96

CMYK Percentages of Color #474c8d

%50
%46
%0
%45

Triadic Colors of #474c8d

#474c8d #8d474c #4c8d47

Analogous Colors of #474c8d

#474c8d #65478d #476f8d

Monochromatic Colors of #474c8d

#474c8d

Complementary Color

#474c8d #8d8847

#474c8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474c8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#474c8d Color CSS Codes

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

#474c8d Text Font Color

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

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


#474c8d Background Color

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

This div background color is #474c8d


#474c8d Border Color

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

This div border color is #474c8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,76,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #474c8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #474c8d;
  -webkit-box-shadow: 1px 1px 3px 2px #474c8d;
  box-shadow:         1px 1px 3px 2px #474c8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474c8d


Comments

No comments written yet.

Please login to write comment.