Color Hex Logo

#479bf7 Color Hex

#479BF7
(71,155,247)
0 Favorites   0 Comments

Color spaces of #479bf7

RGB 71155247
HSL0.590.920.62
HSV211°71°97°
CMYK 0.710.370.00   0.03
XYZ31.108431.497792.4358
Yxy31.49770.20060.2032
Hunter Lab56.12280.7261-58.3663
CIE-Lab62.92554.3781-53.2968

#479bf7 color RGB value is (71,155,247).

#479bf7 hex color red value is 71, green value is 155 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #479bf7 hue: 0.59 , saturation: 0.92 and the lightness value of 479bf7 is 0.62.

The process color (four color CMYK) of #479bf7 color hex is 0.71, 0.37, 0.00, 0.03. Web safe color of #479bf7 is #3399ff. Color #479bf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011011 11110111
Octal 107 233 367
Decimal 71 155 247
Hex 47 9B F7

RGB Percentages of Color #479bf7

%15.01
%32.77
%52.22

CMYK Percentages of Color #479bf7

%71
%37
%0
%3

Triadic Colors of #479bf7

#479bf7 #f7479b #9bf747

Analogous Colors of #479bf7

#479bf7 #4b47f7 #47f3f7

Monochromatic Colors of #479bf7

#479bf7

Complementary Color

#479bf7 #f7a347

#479bf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479bf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479bf7 Color CSS Codes

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

#479bf7 Text Font Color

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

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


#479bf7 Background Color

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

This div background color is #479bf7


#479bf7 Border Color

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

This div border color is #479bf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479bf7


Comments

No comments written yet.

Please login to write comment.