Color Hex Logo

#478791 Color Hex

#478791
(71,135,145)
0 Favorites   0 Comments

Color spaces of #478791

RGB 71135145
HSL0.520.340.42
HSV188°51°57°
CMYK 0.510.070.00   0.43
XYZ16.373320.711929.9229
Yxy20.71190.24430.3091
Hunter Lab45.5103-15.4239-7.1258
CIE-Lab52.6327-17.6230-11.6980

#478791 color RGB value is (71,135,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000111 10010001
Octal 107 207 221
Decimal 71 135 145
Hex 47 87 91

RGB Percentages of Color #478791

%20.23
%38.46
%41.31

CMYK Percentages of Color #478791

%51
%7
%0
%43

Triadic Colors of #478791

#478791 #914787 #879147

Analogous Colors of #478791

#478791 #476291 #479176

Monochromatic Colors of #478791

#478791

Complementary Color

#478791 #915147

#478791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478791 Color CSS Codes

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

#478791 Text Font Color

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

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


#478791 Background Color

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

This div background color is #478791


#478791 Border Color

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

This div border color is #478791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478791


Comments

No comments written yet.

Please login to write comment.