Color Hex Logo

#479ecd Color Hex

#479ECD
(71,158,205)
0 Favorites   0 Comments

Color spaces of #479ecd

RGB 71158205
HSL0.560.570.54
HSV201°65°80°
CMYK 0.650.230.00   0.20
XYZ25.844830.201162.2248
Yxy30.20110.21850.2554
Hunter Lab54.9555-12.2262-28.6637
CIE-Lab61.8273-11.5349-31.7855

#479ecd color RGB value is (71,158,205).

#479ecd hex color red value is 71, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #479ecd hue: 0.56 , saturation: 0.57 and the lightness value of 479ecd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011110 11001101
Octal 107 236 315
Decimal 71 158 205
Hex 47 9E CD

RGB Percentages of Color #479ecd

%16.36
%36.41
%47.24

CMYK Percentages of Color #479ecd

%65
%23
%0
%20

Triadic Colors of #479ecd

#479ecd #cd479e #9ecd47

Analogous Colors of #479ecd

#479ecd #475bcd #47cdb9

Monochromatic Colors of #479ecd

#479ecd

Complementary Color

#479ecd #cd7647

#479ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#479ecd Color CSS Codes

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

#479ecd Text Font Color

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

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


#479ecd Background Color

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

This div background color is #479ecd


#479ecd Border Color

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

This div border color is #479ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479ecd


Comments

No comments written yet.

Please login to write comment.