Color Hex Logo

#479fce Color Hex

#479FCE
(71,159,206)
0 Favorites   0 Comments

Color spaces of #479fce

RGB 71159206
HSL0.560.580.54
HSV201°66°81°
CMYK 0.660.230.00   0.19
XYZ26.137230.592162.9198
Yxy30.59210.21840.2557
Hunter Lab55.3101-12.4413-28.7301
CIE-Lab62.1618-11.7594-31.8245

#479fce color RGB value is (71,159,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011111 11001110
Octal 107 237 316
Decimal 71 159 206
Hex 47 9F CE

RGB Percentages of Color #479fce

%16.28
%36.47
%47.25

CMYK Percentages of Color #479fce

%66
%23
%0
%19

Triadic Colors of #479fce

#479fce #ce479f #9fce47

Analogous Colors of #479fce

#479fce #475cce #47ceba

Monochromatic Colors of #479fce

#479fce

Complementary Color

#479fce #ce7647

#479fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#479fce Color CSS Codes

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

#479fce Text Font Color

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

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


#479fce Background Color

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

This div background color is #479fce


#479fce Border Color

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

This div border color is #479fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479fce


Comments

No comments written yet.

Please login to write comment.