Color Hex Logo

#478898 Color Hex

#478898
(71,136,152)
0 Favorites   0 Comments

Color spaces of #478898

RGB 71136152
HSL0.530.360.44
HSV192°53°60°
CMYK 0.530.110.00   0.40
XYZ17.070221.214932.9010
Yxy21.21490.23980.2980
Hunter Lab46.0596-14.4503-10.1099
CIE-Lab53.1839-16.1062-14.9258

#478898 color RGB value is (71,136,152).

#478898 hex color red value is 71, green value is 136 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #478898 hue: 0.53 , saturation: 0.36 and the lightness value of 478898 is 0.44.

The process color (four color CMYK) of #478898 color hex is 0.53, 0.11, 0.00, 0.40. Web safe color of #478898 is #339999. Color #478898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001000 10011000
Octal 107 210 230
Decimal 71 136 152
Hex 47 88 98

RGB Percentages of Color #478898

%19.78
%37.88
%42.34

CMYK Percentages of Color #478898

%53
%11
%0
%40

Triadic Colors of #478898

#478898 #984788 #889847

Analogous Colors of #478898

#478898 #476098 #479880

Monochromatic Colors of #478898

#478898

Complementary Color

#478898 #985747

#478898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478898 Color CSS Codes

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

#478898 Text Font Color

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

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


#478898 Background Color

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

This div background color is #478898


#478898 Border Color

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

This div border color is #478898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478898


Comments

No comments written yet.

Please login to write comment.