Color Hex Logo

#478acb Color Hex

#478ACB
(71,138,203)
0 Favorites   0 Comments

Color spaces of #478acb

RGB 71138203
HSL0.580.560.54
HSV210°65°80°
CMYK 0.650.320.00   0.20
XYZ22.466523.828359.9151
Yxy23.82830.21150.2244
Hunter Lab48.8142-3.2712-38.6032
CIE-Lab55.9155-0.8307-39.8989

#478acb color RGB value is (71,138,203).

#478acb hex color red value is 71, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #478acb hue: 0.58 , saturation: 0.56 and the lightness value of 478acb is 0.54.

The process color (four color CMYK) of #478acb color hex is 0.65, 0.32, 0.00, 0.20. Web safe color of #478acb is #3399cc. Color #478acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001010 11001011
Octal 107 212 313
Decimal 71 138 203
Hex 47 8A CB

RGB Percentages of Color #478acb

%17.23
%33.50
%49.27

CMYK Percentages of Color #478acb

%65
%32
%0
%20

Triadic Colors of #478acb

#478acb #cb478a #8acb47

Analogous Colors of #478acb

#478acb #4748cb #47cbca

Monochromatic Colors of #478acb

#478acb

Complementary Color

#478acb #cb8847

#478acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#478acb Color CSS Codes

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

#478acb Text Font Color

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

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


#478acb Background Color

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

This div background color is #478acb


#478acb Border Color

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

This div border color is #478acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478acb


Comments

No comments written yet.

Please login to write comment.