Color Hex Logo

#479efb Color Hex

#479EFB
(71,158,251)
0 Favorites   0 Comments

Color spaces of #479efb

RGB 71158251
HSL0.590.960.63
HSV211°72°98°
CMYK 0.720.370.00   0.02
XYZ32.238032.758395.8907
Yxy32.75830.20040.2036
Hunter Lab57.23490.3805-59.2694
CIE-Lab63.96474.0201-53.8357

#479efb color RGB value is (71,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011110 11111011
Octal 107 236 373
Decimal 71 158 251
Hex 47 9E FB

RGB Percentages of Color #479efb

%14.79
%32.92
%52.29

CMYK Percentages of Color #479efb

%72
%37
%0
%2

Triadic Colors of #479efb

#479efb #fb479e #9efb47

Analogous Colors of #479efb

#479efb #4a47fb #47f8fb

Monochromatic Colors of #479efb

#479efb

Complementary Color

#479efb #fba447

#479efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#479efb Color CSS Codes

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

#479efb Text Font Color

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

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


#479efb Background Color

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

This div background color is #479efb


#479efb Border Color

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

This div border color is #479efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479efb

Related Colors


Comments

No comments written yet.

Please login to write comment.