Color Hex Logo

#479ddd Color Hex

#479DDD
(71,157,221)
0 Favorites   0 Comments

Color spaces of #479ddd

RGB 71157221
HSL0.570.690.57
HSV206°68°87°
CMYK 0.680.290.00   0.13
XYZ27.706630.674072.8670
Yxy30.67400.21110.2337
Hunter Lab55.3841-7.6253-39.2370
CIE-Lab62.2315-5.6781-40.0573

#479ddd color RGB value is (71,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011101 11011101
Octal 107 235 335
Decimal 71 157 221
Hex 47 9D DD

RGB Percentages of Color #479ddd

%15.81
%34.97
%49.22

CMYK Percentages of Color #479ddd

%68
%29
%0
%13

Triadic Colors of #479ddd

#479ddd #dd479d #9ddd47

Analogous Colors of #479ddd

#479ddd #4752dd #47ddd2

Monochromatic Colors of #479ddd

#479ddd

Complementary Color

#479ddd #dd8747

#479ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#479ddd Color CSS Codes

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

#479ddd Text Font Color

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

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


#479ddd Background Color

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

This div background color is #479ddd


#479ddd Border Color

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

This div border color is #479ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479ddd


Comments

No comments written yet.

Please login to write comment.