Color Hex Logo

#479acc Color Hex

#479ACC
(71,154,204)
0 Favorites   0 Comments

Color spaces of #479acc

RGB 71154204
HSL0.560.570.54
HSV203°65°80°
CMYK 0.650.250.00   0.20
XYZ25.053228.810461.3673
Yxy28.81040.21740.2500
Hunter Lab53.6753-10.6161-30.2139
CIE-Lab60.6139-9.6462-33.1117

#479acc color RGB value is (71,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011010 11001100
Octal 107 232 314
Decimal 71 154 204
Hex 47 9A CC

RGB Percentages of Color #479acc

%16.55
%35.90
%47.55

CMYK Percentages of Color #479acc

%65
%25
%0
%20

Triadic Colors of #479acc

#479acc #cc479a #9acc47

Analogous Colors of #479acc

#479acc #4758cc #47ccbc

Monochromatic Colors of #479acc

#479acc

Complementary Color

#479acc #cc7947

#479acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#479acc Color CSS Codes

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

#479acc Text Font Color

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

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


#479acc Background Color

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

This div background color is #479acc


#479acc Border Color

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

This div border color is #479acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479acc


Comments

No comments written yet.

Please login to write comment.