Color Hex Logo

#479bdf Color Hex

#479BDF
(71,155,223)
0 Favorites   0 Comments

Color spaces of #479bdf

RGB 71155223
HSL0.570.700.58
HSV207°68°87°
CMYK 0.680.300.00   0.13
XYZ27.639230.110074.1671
Yxy30.11000.20950.2283
Hunter Lab54.8726-6.1169-41.7270
CIE-Lab61.7490-3.8676-41.9234

#479bdf color RGB value is (71,155,223).

#479bdf hex color red value is 71, green value is 155 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #479bdf hue: 0.57 , saturation: 0.70 and the lightness value of 479bdf is 0.58.

The process color (four color CMYK) of #479bdf color hex is 0.68, 0.30, 0.00, 0.13. Web safe color of #479bdf is #3399cc. Color #479bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011011 11011111
Octal 107 233 337
Decimal 71 155 223
Hex 47 9B DF

RGB Percentages of Color #479bdf

%15.81
%34.52
%49.67

CMYK Percentages of Color #479bdf

%68
%30
%0
%13

Triadic Colors of #479bdf

#479bdf #df479b #9bdf47

Analogous Colors of #479bdf

#479bdf #474fdf #47dfd7

Monochromatic Colors of #479bdf

#479bdf

Complementary Color

#479bdf #df8b47

#479bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#479bdf Color CSS Codes

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

#479bdf Text Font Color

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

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


#479bdf Background Color

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

This div background color is #479bdf


#479bdf Border Color

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

This div border color is #479bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479bdf


Comments

No comments written yet.

Please login to write comment.