Color Hex Logo

#479fcd Color Hex

#479FCD
(71,159,205)
0 Favorites   0 Comments

Color spaces of #479fcd

RGB 71159205
HSL0.560.570.54
HSV201°65°80°
CMYK 0.650.220.00   0.20
XYZ26.016130.543662.2819
Yxy30.54360.21890.2570
Hunter Lab55.2663-12.6887-28.1300
CIE-Lab62.1204-12.0842-31.3309

#479fcd color RGB value is (71,159,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011111 11001101
Octal 107 237 315
Decimal 71 159 205
Hex 47 9F CD

RGB Percentages of Color #479fcd

%16.32
%36.55
%47.13

CMYK Percentages of Color #479fcd

%65
%22
%0
%20

Triadic Colors of #479fcd

#479fcd #cd479f #9fcd47

Analogous Colors of #479fcd

#479fcd #475ccd #47cdb8

Monochromatic Colors of #479fcd

#479fcd

Complementary Color

#479fcd #cd7547

#479fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#479fcd Color CSS Codes

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

#479fcd Text Font Color

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

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


#479fcd Background Color

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

This div background color is #479fcd


#479fcd Border Color

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

This div border color is #479fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479fcd


Comments

No comments written yet.

Please login to write comment.