Color Hex Logo

#479cdb Color Hex

#479CDB
(71,156,219)
0 Favorites   0 Comments

Color spaces of #479cdb

RGB 71156219
HSL0.570.670.57
HSV206°68°86°
CMYK 0.680.290.00   0.14
XYZ27.273230.231071.4155
Yxy30.23100.21160.2345
Hunter Lab54.9827-7.6780-38.5222
CIE-Lab61.8530-5.7846-39.5404

#479cdb color RGB value is (71,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011100 11011011
Octal 107 234 333
Decimal 71 156 219
Hex 47 9C DB

RGB Percentages of Color #479cdb

%15.92
%34.98
%49.10

CMYK Percentages of Color #479cdb

%68
%29
%0
%14

Triadic Colors of #479cdb

#479cdb #db479c #9cdb47

Analogous Colors of #479cdb

#479cdb #4752db #47dbd0

Monochromatic Colors of #479cdb

#479cdb

Complementary Color

#479cdb #db8647

#479cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#479cdb Color CSS Codes

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

#479cdb Text Font Color

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

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


#479cdb Background Color

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

This div background color is #479cdb


#479cdb Border Color

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

This div border color is #479cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,156,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 #479cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479cdb


Comments

No comments written yet.

Please login to write comment.