Color Hex Logo

#478391 Color Hex

#478391
(71,131,145)
0 Favorites   0 Comments

Color spaces of #478391

RGB 71131145
HSL0.530.340.42
HSV191°51°57°
CMYK 0.510.100.00   0.43
XYZ15.825719.616529.7403
Yxy19.61650.24280.3009
Hunter Lab44.2905-13.7275-8.8088
CIE-Lab51.4008-15.4497-13.5569

#478391 color RGB value is (71,131,145).

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

The process color (four color CMYK) of #478391 color hex is 0.51, 0.10, 0.00, 0.43. Web safe color of #478391 is #339999. Color #478391 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000011 10010001
Octal 107 203 221
Decimal 71 131 145
Hex 47 83 91

RGB Percentages of Color #478391

%20.46
%37.75
%41.79

CMYK Percentages of Color #478391

%51
%10
%0
%43

Triadic Colors of #478391

#478391 #914783 #839147

Analogous Colors of #478391

#478391 #475e91 #47917a

Monochromatic Colors of #478391

#478391

Complementary Color

#478391 #915547

#478391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478391 Color CSS Codes

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

#478391 Text Font Color

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

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


#478391 Background Color

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

This div background color is #478391


#478391 Border Color

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

This div border color is #478391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478391


Comments

No comments written yet.

Please login to write comment.