Color Hex Logo

#479cfb Color Hex

#479CFB
(71,156,251)
0 Favorites   0 Comments

Color spaces of #479cfb

RGB 71156251
HSL0.590.960.63
HSV212°72°98°
CMYK 0.720.380.00   0.02
XYZ31.899632.081695.7779
Yxy32.08160.19970.2008
Hunter Lab56.64061.4089-60.6095
CIE-Lab63.41035.1857-54.7164

#479cfb color RGB value is (71,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011100 11111011
Octal 107 234 373
Decimal 71 156 251
Hex 47 9C FB

RGB Percentages of Color #479cfb

%14.85
%32.64
%52.51

CMYK Percentages of Color #479cfb

%72
%38
%0
%2

Triadic Colors of #479cfb

#479cfb #fb479c #9cfb47

Analogous Colors of #479cfb

#479cfb #4c47fb #47f6fb

Monochromatic Colors of #479cfb

#479cfb

Complementary Color

#479cfb #fba647

#479cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#479cfb Color CSS Codes

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

#479cfb Text Font Color

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

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


#479cfb Background Color

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

This div background color is #479cfb


#479cfb Border Color

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

This div border color is #479cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.