Color Hex Logo

#4470aa Color Hex

#4470AA
(68,112,170)
0 Favorites   0 Comments

Color spaces of #4470aa

RGB 68112170
HSL0.590.430.47
HSV214°60°67°
CMYK 0.600.340.00   0.33
XYZ15.433815.719640.2509
Yxy15.71960.21610.2201
Hunter Lab39.64800.1010-32.4381
CIE-Lab46.60442.9347-35.5998

#4470aa color RGB value is (68,112,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110000 10101010
Octal 104 160 252
Decimal 68 112 170
Hex 44 70 AA

RGB Percentages of Color #4470aa

%19.43
%32.00
%48.57

CMYK Percentages of Color #4470aa

%60
%34
%0
%33

Triadic Colors of #4470aa

#4470aa #aa4470 #70aa44

Analogous Colors of #4470aa

#4470aa #4b44aa #44a3aa

Monochromatic Colors of #4470aa

#4470aa

Complementary Color

#4470aa #aa7e44

#4470aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4470aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4470aa Color CSS Codes

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

#4470aa Text Font Color

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

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


#4470aa Background Color

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

This div background color is #4470aa


#4470aa Border Color

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

This div border color is #4470aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4470aa


Comments

No comments written yet.

Please login to write comment.