Color Hex Logo

#478394 Color Hex

#478394
(71,131,148)
0 Favorites   0 Comments

Color spaces of #478394

RGB 71131148
HSL0.540.350.43
HSV193°52°58°
CMYK 0.520.110.00   0.42
XYZ16.060119.710330.9750
Yxy19.71030.24060.2953
Hunter Lab44.3963-13.1221-10.2889
CIE-Lab51.5081-14.5607-15.1435

#478394 color RGB value is (71,131,148).

#478394 hex color red value is 71, green value is 131 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #478394 hue: 0.54 , saturation: 0.35 and the lightness value of 478394 is 0.43.

The process color (four color CMYK) of #478394 color hex is 0.52, 0.11, 0.00, 0.42. Web safe color of #478394 is #339999. Color #478394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000011 10010100
Octal 107 203 224
Decimal 71 131 148
Hex 47 83 94

RGB Percentages of Color #478394

%20.29
%37.43
%42.29

CMYK Percentages of Color #478394

%52
%11
%0
%42

Triadic Colors of #478394

#478394 #944783 #839447

Analogous Colors of #478394

#478394 #475d94 #47947f

Monochromatic Colors of #478394

#478394

Complementary Color

#478394 #945847

#478394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478394 Color CSS Codes

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

#478394 Text Font Color

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

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


#478394 Background Color

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

This div background color is #478394


#478394 Border Color

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

This div border color is #478394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478394


Comments

No comments written yet.

Please login to write comment.