Color Hex Logo

#479acf Color Hex

#479ACF
(71,154,207)
0 Favorites   0 Comments

Color spaces of #479acf

RGB 71154207
HSL0.560.590.55
HSV203°66°81°
CMYK 0.660.260.00   0.19
XYZ25.416628.955863.2809
Yxy28.95580.21600.2461
Hunter Lab53.8106-9.8568-32.0572
CIE-Lab60.7426-8.6582-34.5895

#479acf color RGB value is (71,154,207).

#479acf hex color red value is 71, green value is 154 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #479acf hue: 0.56 , saturation: 0.59 and the lightness value of 479acf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011010 11001111
Octal 107 232 317
Decimal 71 154 207
Hex 47 9A CF

RGB Percentages of Color #479acf

%16.44
%35.65
%47.92

CMYK Percentages of Color #479acf

%66
%26
%0
%19

Triadic Colors of #479acf

#479acf #cf479a #9acf47

Analogous Colors of #479acf

#479acf #4756cf #47cfc0

Monochromatic Colors of #479acf

#479acf

Complementary Color

#479acf #cf7c47

#479acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#479acf Color CSS Codes

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

#479acf Text Font Color

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

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


#479acf Background Color

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

This div background color is #479acf


#479acf Border Color

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

This div border color is #479acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479acf


Comments

No comments written yet.

Please login to write comment.