Color Hex Logo

#478296 Color Hex

#478296
(71,130,150)
0 Favorites   0 Comments

Color spaces of #478296

RGB 71130150
HSL0.540.360.43
HSV195°53°59°
CMYK 0.530.130.00   0.41
XYZ16.086219.506931.7715
Yxy19.50690.23880.2896
Hunter Lab44.1666-12.2790-11.7340
CIE-Lab51.2751-13.4066-16.6632

#478296 color RGB value is (71,130,150).

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

The process color (four color CMYK) of #478296 color hex is 0.53, 0.13, 0.00, 0.41. Web safe color of #478296 is #339999. Color #478296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000010 10010110
Octal 107 202 226
Decimal 71 130 150
Hex 47 82 96

RGB Percentages of Color #478296

%20.23
%37.04
%42.74

CMYK Percentages of Color #478296

%53
%13
%0
%41

Triadic Colors of #478296

#478296 #964782 #829647

Analogous Colors of #478296

#478296 #475b96 #479683

Monochromatic Colors of #478296

#478296

Complementary Color

#478296 #965b47

#478296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478296 Color CSS Codes

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

#478296 Text Font Color

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

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


#478296 Background Color

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

This div background color is #478296


#478296 Border Color

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

This div border color is #478296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478296


Comments

No comments written yet.

Please login to write comment.