Color Hex Logo

#479ad4 Color Hex

#479AD4
(71,154,212)
0 Favorites   0 Comments

Color spaces of #479ad4

RGB 71154212
HSL0.570.620.55
HSV205°67°83°
CMYK 0.670.270.00   0.17
XYZ26.037829.204366.5520
Yxy29.20430.21380.2398
Hunter Lab54.0410-8.5677-35.1875
CIE-Lab60.9615-6.9985-37.0397

#479ad4 color RGB value is (71,154,212).

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

The process color (four color CMYK) of #479ad4 color hex is 0.67, 0.27, 0.00, 0.17. Web safe color of #479ad4 is #3399cc. Color #479ad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011010 11010100
Octal 107 232 324
Decimal 71 154 212
Hex 47 9A D4

RGB Percentages of Color #479ad4

%16.25
%35.24
%48.51

CMYK Percentages of Color #479ad4

%67
%27
%0
%17

Triadic Colors of #479ad4

#479ad4 #d4479a #9ad447

Analogous Colors of #479ad4

#479ad4 #4753d4 #47d4c8

Monochromatic Colors of #479ad4

#479ad4

Complementary Color

#479ad4 #d48147

#479ad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479ad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479ad4 Color CSS Codes

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

#479ad4 Text Font Color

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

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


#479ad4 Background Color

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

This div background color is #479ad4


#479ad4 Border Color

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

This div border color is #479ad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479ad4


Comments

No comments written yet.

Please login to write comment.