Color Hex Logo

#478fdb Color Hex

#478FDB
(71,143,219)
0 Favorites   0 Comments

Color spaces of #478fdb

RGB 71143219
HSL0.590.670.57
HSV211°68°86°
CMYK 0.680.350.00   0.14
XYZ25.207226.099070.7269
Yxy26.09900.20660.2139
Hunter Lab51.0872-1.3279-46.3221
CIE-Lab58.13091.7121-45.3975

#478fdb color RGB value is (71,143,219).

#478fdb hex color red value is 71, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #478fdb hue: 0.59 , saturation: 0.67 and the lightness value of 478fdb is 0.57.

The process color (four color CMYK) of #478fdb color hex is 0.68, 0.35, 0.00, 0.14. Web safe color of #478fdb is #3399cc. Color #478fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 11011011
Octal 107 217 333
Decimal 71 143 219
Hex 47 8F DB

RGB Percentages of Color #478fdb

%16.40
%33.03
%50.58

CMYK Percentages of Color #478fdb

%68
%35
%0
%14

Triadic Colors of #478fdb

#478fdb #db478f #8fdb47

Analogous Colors of #478fdb

#478fdb #4947db #47d9db

Monochromatic Colors of #478fdb

#478fdb

Complementary Color

#478fdb #db9347

#478fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fdb Color CSS Codes

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

#478fdb Text Font Color

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

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


#478fdb Background Color

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

This div background color is #478fdb


#478fdb Border Color

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

This div border color is #478fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fdb


Comments

No comments written yet.

Please login to write comment.