Color Hex Logo

#4476aa Color Hex

#4476AA
(68,118,170)
0 Favorites   0 Comments

Color spaces of #4476aa

RGB 68118170
HSL0.580.430.47
HSV211°60°67°
CMYK 0.600.310.00   0.33
XYZ16.118017.088140.4790
Yxy17.08810.21870.2319
Hunter Lab41.3378-2.7422-29.1219
CIE-Lab48.3709-0.7063-32.8249

#4476aa color RGB value is (68,118,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110110 10101010
Octal 104 166 252
Decimal 68 118 170
Hex 44 76 AA

RGB Percentages of Color #4476aa

%19.10
%33.15
%47.75

CMYK Percentages of Color #4476aa

%60
%31
%0
%33

Triadic Colors of #4476aa

#4476aa #aa4476 #76aa44

Analogous Colors of #4476aa

#4476aa #4544aa #44a9aa

Monochromatic Colors of #4476aa

#4476aa

Complementary Color

#4476aa #aa7844

#4476aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4476aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4476aa Color CSS Codes

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

#4476aa Text Font Color

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

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


#4476aa Background Color

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

This div background color is #4476aa


#4476aa Border Color

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

This div border color is #4476aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,118,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 #4476aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4476aa


Comments

No comments written yet.

Please login to write comment.