Color Hex Logo

#4479aa Color Hex

#4479AA
(68,121,170)
0 Favorites   0 Comments

Color spaces of #4479aa

RGB 68121170
HSL0.580.430.47
HSV209°60°67°
CMYK 0.600.290.00   0.33
XYZ16.477017.806040.5987
Yxy17.80600.22000.2378
Hunter Lab42.1972-4.1450-27.5060
CIE-Lab49.2600-2.4990-31.4336

#4479aa color RGB value is (68,121,170).

#4479aa hex color red value is 68, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4479aa hue: 0.58 , saturation: 0.43 and the lightness value of 4479aa is 0.47.

The process color (four color CMYK) of #4479aa color hex is 0.60, 0.29, 0.00, 0.33. Web safe color of #4479aa is #336699. Color #4479aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111001 10101010
Octal 104 171 252
Decimal 68 121 170
Hex 44 79 AA

RGB Percentages of Color #4479aa

%18.94
%33.70
%47.35

CMYK Percentages of Color #4479aa

%60
%29
%0
%33

Triadic Colors of #4479aa

#4479aa #aa4479 #79aa44

Analogous Colors of #4479aa

#4479aa #4446aa #44aaa8

Monochromatic Colors of #4479aa

#4479aa

Complementary Color

#4479aa #aa7544

#4479aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4479aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4479aa Color CSS Codes

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

#4479aa Text Font Color

<p style="color:#4479aa">Text here</p>

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


#4479aa Background Color

<div style="background-color:#4479aa">
Div content here</div>

This div background color is #4479aa


#4479aa Border Color

<div style="border:3px solid #4479aa">
Div here</div>

This div border color is #4479aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,121,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4479aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4479aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4479aa;
  box-shadow:         1px 1px 3px 2px #4479aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,121,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4479aa


Comments

No comments written yet.

Please login to write comment.