Color Hex Logo

#478fb7 Color Hex

#478FB7
(71,143,183)
0 Favorites   0 Comments

Color spaces of #478fb7

RGB 71143183
HSL0.560.440.50
HSV201°61°72°
CMYK 0.610.220.00   0.28
XYZ20.968224.403448.4049
Yxy24.40340.22360.2602
Hunter Lab49.3998-10.6837-23.5161
CIE-Lab56.4894-10.3358-27.6599

#478fb7 color RGB value is (71,143,183).

#478fb7 hex color red value is 71, green value is 143 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #478fb7 hue: 0.56 , saturation: 0.44 and the lightness value of 478fb7 is 0.50.

The process color (four color CMYK) of #478fb7 color hex is 0.61, 0.22, 0.00, 0.28. Web safe color of #478fb7 is #3399cc. Color #478fb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 10110111
Octal 107 217 267
Decimal 71 143 183
Hex 47 8F B7

RGB Percentages of Color #478fb7

%17.88
%36.02
%46.10

CMYK Percentages of Color #478fb7

%61
%22
%0
%28

Triadic Colors of #478fb7

#478fb7 #b7478f #8fb747

Analogous Colors of #478fb7

#478fb7 #4757b7 #47b7a7

Monochromatic Colors of #478fb7

#478fb7

Complementary Color

#478fb7 #b76f47

#478fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fb7 Color CSS Codes

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

#478fb7 Text Font Color

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

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


#478fb7 Background Color

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

This div background color is #478fb7


#478fb7 Border Color

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

This div border color is #478fb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fb7


Comments

No comments written yet.

Please login to write comment.