Color Hex Logo

#479adc Color Hex

#479ADC
(71,154,220)
0 Favorites   0 Comments

Color spaces of #479adc

RGB 71154220
HSL0.570.680.57
HSV207°68°86°
CMYK 0.680.300.00   0.14
XYZ27.072429.618172.0001
Yxy29.61810.21040.2301
Hunter Lab54.4225-6.4448-40.3439
CIE-Lab61.3233-4.3126-40.9266

#479adc color RGB value is (71,154,220).

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

The process color (four color CMYK) of #479adc color hex is 0.68, 0.30, 0.00, 0.14. Web safe color of #479adc is #3399cc. Color #479adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011010 11011100
Octal 107 232 334
Decimal 71 154 220
Hex 47 9A DC

RGB Percentages of Color #479adc

%15.96
%34.61
%49.44

CMYK Percentages of Color #479adc

%68
%30
%0
%14

Triadic Colors of #479adc

#479adc #dc479a #9adc47

Analogous Colors of #479adc

#479adc #474fdc #47dcd4

Monochromatic Colors of #479adc

#479adc

Complementary Color

#479adc #dc8947

#479adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#479adc Color CSS Codes

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

#479adc Text Font Color

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

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


#479adc Background Color

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

This div background color is #479adc


#479adc Border Color

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

This div border color is #479adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479adc


Comments

No comments written yet.

Please login to write comment.