Color Hex Logo

#479bcb Color Hex

#479BCB
(71,155,203)
0 Favorites   0 Comments

Color spaces of #479bcb

RGB 71155203
HSL0.560.560.54
HSV202°65°80°
CMYK 0.650.240.00   0.20
XYZ25.099429.094160.7928
Yxy29.09410.21830.2530
Hunter Lab53.9389-11.3318-29.0665
CIE-Lab60.8646-10.5297-32.1624

#479bcb color RGB value is (71,155,203).

#479bcb hex color red value is 71, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #479bcb hue: 0.56 , saturation: 0.56 and the lightness value of 479bcb is 0.54.

The process color (four color CMYK) of #479bcb color hex is 0.65, 0.24, 0.00, 0.20. Web safe color of #479bcb is #3399cc. Color #479bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011011 11001011
Octal 107 233 313
Decimal 71 155 203
Hex 47 9B CB

RGB Percentages of Color #479bcb

%16.55
%36.13
%47.32

CMYK Percentages of Color #479bcb

%65
%24
%0
%20

Triadic Colors of #479bcb

#479bcb #cb479b #9bcb47

Analogous Colors of #479bcb

#479bcb #4759cb #47cbb9

Monochromatic Colors of #479bcb

#479bcb

Complementary Color

#479bcb #cb7747

#479bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#479bcb Color CSS Codes

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

#479bcb Text Font Color

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

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


#479bcb Background Color

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

This div background color is #479bcb


#479bcb Border Color

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

This div border color is #479bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479bcb


Comments

No comments written yet.

Please login to write comment.