Color Hex Logo

#478491 Color Hex

#478491
(71,132,145)
0 Favorites   0 Comments

Color spaces of #478491

RGB 71132145
HSL0.530.340.42
HSV191°51°57°
CMYK 0.510.090.00   0.43
XYZ15.960619.886529.7853
Yxy19.88650.24320.3030
Hunter Lab44.5943-14.1536-8.3848
CIE-Lab51.7086-15.9972-13.0916

#478491 color RGB value is (71,132,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000100 10010001
Octal 107 204 221
Decimal 71 132 145
Hex 47 84 91

RGB Percentages of Color #478491

%20.40
%37.93
%41.67

CMYK Percentages of Color #478491

%51
%9
%0
%43

Triadic Colors of #478491

#478491 #914784 #849147

Analogous Colors of #478491

#478491 #475f91 #479179

Monochromatic Colors of #478491

#478491

Complementary Color

#478491 #915447

#478491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478491 Color CSS Codes

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

#478491 Text Font Color

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

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


#478491 Background Color

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

This div background color is #478491


#478491 Border Color

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

This div border color is #478491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478491


Comments

No comments written yet.

Please login to write comment.