Color Hex Logo

#479bca Color Hex

#479BCA
(71,155,202)
0 Favorites   0 Comments

Color spaces of #479bca

RGB 71155202
HSL0.560.550.54
HSV202°65°79°
CMYK 0.650.230.00   0.21
XYZ24.980529.046660.1670
Yxy29.04660.21880.2544
Hunter Lab53.8949-11.5806-28.4635
CIE-Lab60.8227-10.8566-31.6675

#479bca color RGB value is (71,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011011 11001010
Octal 107 233 312
Decimal 71 155 202
Hex 47 9B CA

RGB Percentages of Color #479bca

%16.59
%36.21
%47.20

CMYK Percentages of Color #479bca

%65
%23
%0
%21

Triadic Colors of #479bca

#479bca #ca479b #9bca47

Analogous Colors of #479bca

#479bca #4759ca #47cab8

Monochromatic Colors of #479bca

#479bca

Complementary Color

#479bca #ca7647

#479bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#479bca Color CSS Codes

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

#479bca Text Font Color

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

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


#479bca Background Color

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

This div background color is #479bca


#479bca Border Color

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

This div border color is #479bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479bca


Comments

No comments written yet.

Please login to write comment.