Color Hex Logo

#478b9f Color Hex

#478B9F
(71,139,159)
0 Favorites   0 Comments

Color spaces of #478b9f

RGB 71139159
HSL0.540.380.45
HSV194°55°62°
CMYK 0.550.130.00   0.38
XYZ18.089222.308036.1534
Yxy22.30800.23630.2914
Hunter Lab47.2313-14.2909-12.3218
CIE-Lab54.3523-15.6372-17.1955

#478b9f color RGB value is (71,139,159).

#478b9f hex color red value is 71, green value is 139 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #478b9f hue: 0.54 , saturation: 0.38 and the lightness value of 478b9f is 0.45.

The process color (four color CMYK) of #478b9f color hex is 0.55, 0.13, 0.00, 0.38. Web safe color of #478b9f is #339999. Color #478b9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001011 10011111
Octal 107 213 237
Decimal 71 139 159
Hex 47 8B 9F

RGB Percentages of Color #478b9f

%19.24
%37.67
%43.09

CMYK Percentages of Color #478b9f

%55
%13
%0
%38

Triadic Colors of #478b9f

#478b9f #9f478b #8b9f47

Analogous Colors of #478b9f

#478b9f #475f9f #479f87

Monochromatic Colors of #478b9f

#478b9f

Complementary Color

#478b9f #9f5b47

#478b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#478b9f Color CSS Codes

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

#478b9f Text Font Color

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

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


#478b9f Background Color

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

This div background color is #478b9f


#478b9f Border Color

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

This div border color is #478b9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,139,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478b9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478b9f;
  -webkit-box-shadow: 1px 1px 3px 2px #478b9f;
  box-shadow:         1px 1px 3px 2px #478b9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478b9f


Comments

No comments written yet.

Please login to write comment.