Color Hex Logo

#479fbd Color Hex

#479FBD
(71,159,189)
0 Favorites   0 Comments

Color spaces of #479fbd

RGB 71159189
HSL0.540.470.51
HSV195°62°74°
CMYK 0.620.160.00   0.26
XYZ24.182029.810052.6235
Yxy29.81000.22680.2796
Hunter Lab54.5985-16.4888-18.9263
CIE-Lab61.4899-17.1820-23.3498

#479fbd color RGB value is (71,159,189).

#479fbd hex color red value is 71, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #479fbd hue: 0.54 , saturation: 0.47 and the lightness value of 479fbd is 0.51.

The process color (four color CMYK) of #479fbd color hex is 0.62, 0.16, 0.00, 0.26. Web safe color of #479fbd is #3399cc. Color #479fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011111 10111101
Octal 107 237 275
Decimal 71 159 189
Hex 47 9F BD

RGB Percentages of Color #479fbd

%16.95
%37.95
%45.11

CMYK Percentages of Color #479fbd

%62
%16
%0
%26

Triadic Colors of #479fbd

#479fbd #bd479f #9fbd47

Analogous Colors of #479fbd

#479fbd #4764bd #47bda0

Monochromatic Colors of #479fbd

#479fbd

Complementary Color

#479fbd #bd6547

#479fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#479fbd Color CSS Codes

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

#479fbd Text Font Color

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

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


#479fbd Background Color

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

This div background color is #479fbd


#479fbd Border Color

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

This div border color is #479fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479fbd


Comments

No comments written yet.

Please login to write comment.