Color Hex Logo

#474977 Color Hex

#474977
(71,73,119)
0 Favorites   0 Comments

Color spaces of #474977

RGB 7173119
HSL0.660.250.37
HSV238°40°47°
CMYK 0.400.390.00   0.53
XYZ8.31097.436618.4501
Yxy7.43660.24300.2175
Hunter Lab27.27016.6773-21.0246
CIE-Lab32.780911.6628-26.5684

#474977 color RGB value is (71,73,119).

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

The process color (four color CMYK) of #474977 color hex is 0.40, 0.39, 0.00, 0.53. Web safe color of #474977 is #333366. Color #474977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001001 01110111
Octal 107 111 167
Decimal 71 73 119
Hex 47 49 77

RGB Percentages of Color #474977

%27.00
%27.76
%45.25

CMYK Percentages of Color #474977

%40
%39
%0
%53

Triadic Colors of #474977

#474977 #774749 #497747

Analogous Colors of #474977

#474977 #5d4777 #476177

Monochromatic Colors of #474977

#474977

Complementary Color

#474977 #777547

#474977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474977 Color CSS Codes

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

#474977 Text Font Color

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

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


#474977 Background Color

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

This div background color is #474977


#474977 Border Color

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

This div border color is #474977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474977


Comments

No comments written yet.

Please login to write comment.