Color Hex Logo

#477491 Color Hex

#477491
(71,116,145)
0 Favorites   0 Comments

Color spaces of #477491

RGB 71116145
HSL0.570.340.42
HSV204°51°57°
CMYK 0.510.200.00   0.43
XYZ13.954815.874729.1167
Yxy15.87470.23670.2693
Hunter Lab39.8431-7.2068-15.4381
CIE-Lab46.8097-6.9575-20.5593

#477491 color RGB value is (71,116,145).

#477491 hex color red value is 71, green value is 116 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #477491 hue: 0.57 , saturation: 0.34 and the lightness value of 477491 is 0.42.

The process color (four color CMYK) of #477491 color hex is 0.51, 0.20, 0.00, 0.43. Web safe color of #477491 is #336699. Color #477491 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110100 10010001
Octal 107 164 221
Decimal 71 116 145
Hex 47 74 91

RGB Percentages of Color #477491

%21.39
%34.94
%43.67

CMYK Percentages of Color #477491

%51
%20
%0
%43

Triadic Colors of #477491

#477491 #914774 #749147

Analogous Colors of #477491

#477491 #474f91 #479189

Monochromatic Colors of #477491

#477491

Complementary Color

#477491 #916447

#477491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477491 Color CSS Codes

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

#477491 Text Font Color

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

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


#477491 Background Color

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

This div background color is #477491


#477491 Border Color

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

This div border color is #477491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477491


Comments

No comments written yet.

Please login to write comment.