Color Hex Logo

#479bfb Color Hex

#479BFB
(71,155,251)
0 Favorites   0 Comments

Color spaces of #479bfb

RGB 71155251
HSL0.590.960.63
HSV212°72°98°
CMYK 0.720.380.00   0.02
XYZ31.732531.747395.7222
Yxy31.74730.19930.1994
Hunter Lab56.34471.9252-61.2845
CIE-Lab63.13355.7709-55.1565

#479bfb color RGB value is (71,155,251).

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

The process color (four color CMYK) of #479bfb color hex is 0.72, 0.38, 0.00, 0.02. Web safe color of #479bfb is #3399ff. Color #479bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011011 11111011
Octal 107 233 373
Decimal 71 155 251
Hex 47 9B FB

RGB Percentages of Color #479bfb

%14.88
%32.49
%52.62

CMYK Percentages of Color #479bfb

%72
%38
%0
%2

Triadic Colors of #479bfb

#479bfb #fb479b #9bfb47

Analogous Colors of #479bfb

#479bfb #4d47fb #47f5fb

Monochromatic Colors of #479bfb

#479bfb

Complementary Color

#479bfb #fba747

#479bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#479bfb Color CSS Codes

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

#479bfb Text Font Color

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

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


#479bfb Background Color

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

This div background color is #479bfb


#479bfb Border Color

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

This div border color is #479bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479bfb


Comments

No comments written yet.

Please login to write comment.