Color Hex Logo

#4570aa Color Hex

#4570AA
(69,112,170)
0 Favorites   0 Comments

Color spaces of #4570aa

RGB 69112170
HSL0.600.420.47
HSV214°59°67°
CMYK 0.590.340.00   0.33
XYZ15.504115.755840.2542
Yxy15.75580.21680.2203
Hunter Lab39.69360.2574-32.3419
CIE-Lab46.65253.1413-35.5210

#4570aa color RGB value is (69,112,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01110000 10101010
Octal 105 160 252
Decimal 69 112 170
Hex 45 70 AA

RGB Percentages of Color #4570aa

%19.66
%31.91
%48.43

CMYK Percentages of Color #4570aa

%59
%34
%0
%33

Triadic Colors of #4570aa

#4570aa #aa4570 #70aa45

Analogous Colors of #4570aa

#4570aa #4d45aa #45a3aa

Monochromatic Colors of #4570aa

#4570aa

Complementary Color

#4570aa #aa7f45

#4570aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4570aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4570aa Color CSS Codes

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

#4570aa Text Font Color

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

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


#4570aa Background Color

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

This div background color is #4570aa


#4570aa Border Color

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

This div border color is #4570aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4570aa


Comments

No comments written yet.

Please login to write comment.