Color Hex Logo

#479acb Color Hex

#479ACB
(71,154,203)
0 Favorites   0 Comments

Color spaces of #479acb

RGB 71154203
HSL0.560.560.54
HSV202°65°80°
CMYK 0.650.240.00   0.20
XYZ24.933628.762660.7375
Yxy28.76260.21790.2513
Hunter Lab53.6308-10.8670-29.6051
CIE-Lab60.5715-9.9744-32.6177

#479acb color RGB value is (71,154,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011010 11001011
Octal 107 232 313
Decimal 71 154 203
Hex 47 9A CB

RGB Percentages of Color #479acb

%16.59
%35.98
%47.43

CMYK Percentages of Color #479acb

%65
%24
%0
%20

Triadic Colors of #479acb

#479acb #cb479a #9acb47

Analogous Colors of #479acb

#479acb #4758cb #47cbba

Monochromatic Colors of #479acb

#479acb

Complementary Color

#479acb #cb7847

#479acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#479acb Color CSS Codes

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

#479acb Text Font Color

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

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


#479acb Background Color

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

This div background color is #479acb


#479acb Border Color

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

This div border color is #479acb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,154,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 #479acb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479acb


Comments

No comments written yet.

Please login to write comment.