Color Hex Logo

#478dad Color Hex

#478DAD
(71,141,173)
0 Favorites   0 Comments

Color spaces of #478dad

RGB 71141173
HSL0.550.420.48
HSV199°59°68°
CMYK 0.590.180.00   0.32
XYZ19.666223.406543.0165
Yxy23.40650.22840.2719
Hunter Lab48.3803-12.1066-18.8505
CIE-Lab55.4886-12.4092-23.4972

#478dad color RGB value is (71,141,173).

#478dad hex color red value is 71, green value is 141 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #478dad hue: 0.55 , saturation: 0.42 and the lightness value of 478dad is 0.48.

The process color (four color CMYK) of #478dad color hex is 0.59, 0.18, 0.00, 0.32. Web safe color of #478dad is #339999. Color #478dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001101 10101101
Octal 107 215 255
Decimal 71 141 173
Hex 47 8D AD

RGB Percentages of Color #478dad

%18.44
%36.62
%44.94

CMYK Percentages of Color #478dad

%59
%18
%0
%32

Triadic Colors of #478dad

#478dad #ad478d #8dad47

Analogous Colors of #478dad

#478dad #475aad #47ad9a

Monochromatic Colors of #478dad

#478dad

Complementary Color

#478dad #ad6747

#478dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#478dad Color CSS Codes

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

#478dad Text Font Color

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

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


#478dad Background Color

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

This div background color is #478dad


#478dad Border Color

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

This div border color is #478dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478dad


Comments

No comments written yet.

Please login to write comment.