Color Hex Logo

#479dde Color Hex

#479DDE
(71,157,222)
0 Favorites   0 Comments

Color spaces of #479dde

RGB 71157222
HSL0.570.700.57
HSV206°68°87°
CMYK 0.680.290.00   0.13
XYZ27.840330.727573.5709
Yxy30.72750.21070.2325
Hunter Lab55.4324-7.3571-39.8881
CIE-Lab62.2769-5.3416-40.5404

#479dde color RGB value is (71,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011101 11011110
Octal 107 235 336
Decimal 71 157 222
Hex 47 9D DE

RGB Percentages of Color #479dde

%15.78
%34.89
%49.33

CMYK Percentages of Color #479dde

%68
%29
%0
%13

Triadic Colors of #479dde

#479dde #de479d #9dde47

Analogous Colors of #479dde

#479dde #4752de #47ded4

Monochromatic Colors of #479dde

#479dde

Complementary Color

#479dde #de8847

#479dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#479dde Color CSS Codes

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

#479dde Text Font Color

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

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


#479dde Background Color

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

This div background color is #479dde


#479dde Border Color

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

This div border color is #479dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479dde


Comments

No comments written yet.

Please login to write comment.