Color Hex Logo

#479cbf Color Hex

#479CBF
(71,156,191)
0 Favorites   0 Comments

Color spaces of #479cbf

RGB 71156191
HSL0.550.480.51
HSV198°63°75°
CMYK 0.630.180.00   0.25
XYZ23.891028.878153.6051
Yxy28.87810.22460.2715
Hunter Lab53.7383-14.6846-21.5261
CIE-Lab60.6739-14.9406-25.7266

#479cbf color RGB value is (71,156,191).

#479cbf hex color red value is 71, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #479cbf hue: 0.55 , saturation: 0.48 and the lightness value of 479cbf is 0.51.

The process color (four color CMYK) of #479cbf color hex is 0.63, 0.18, 0.00, 0.25. Web safe color of #479cbf is #3399cc. Color #479cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011100 10111111
Octal 107 234 277
Decimal 71 156 191
Hex 47 9C BF

RGB Percentages of Color #479cbf

%16.99
%37.32
%45.69

CMYK Percentages of Color #479cbf

%63
%18
%0
%25

Triadic Colors of #479cbf

#479cbf #bf479c #9cbf47

Analogous Colors of #479cbf

#479cbf #4760bf #47bfa6

Monochromatic Colors of #479cbf

#479cbf

Complementary Color

#479cbf #bf6a47

#479cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#479cbf Color CSS Codes

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

#479cbf Text Font Color

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

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


#479cbf Background Color

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

This div background color is #479cbf


#479cbf Border Color

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

This div border color is #479cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479cbf


Comments

No comments written yet.

Please login to write comment.