Color Hex Logo

#4269aa Color Hex

#4269AA
(66,105,170)
0 Favorites   0 Comments

Color spaces of #4269aa

RGB 66105170
HSL0.600.440.46
HSV218°61°67°
CMYK 0.610.380.00   0.33
XYZ14.554014.163739.9970
Yxy14.16370.21180.2061
Hunter Lab37.63473.1684-36.6673
CIE-Lab44.46686.8637-38.9830

#4269aa color RGB value is (66,105,170).

#4269aa hex color red value is 66, green value is 105 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4269aa hue: 0.60 , saturation: 0.44 and the lightness value of 4269aa is 0.46.

The process color (four color CMYK) of #4269aa color hex is 0.61, 0.38, 0.00, 0.33. Web safe color of #4269aa is #336699. Color #4269aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101001 10101010
Octal 102 151 252
Decimal 66 105 170
Hex 42 69 AA

RGB Percentages of Color #4269aa

%19.35
%30.79
%49.85

CMYK Percentages of Color #4269aa

%61
%38
%0
%33

Triadic Colors of #4269aa

#4269aa #aa4269 #69aa42

Analogous Colors of #4269aa

#4269aa #4f42aa #429daa

Monochromatic Colors of #4269aa

#4269aa

Complementary Color

#4269aa #aa8342

#4269aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4269aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4269aa Color CSS Codes

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

#4269aa Text Font Color

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

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


#4269aa Background Color

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

This div background color is #4269aa


#4269aa Border Color

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

This div border color is #4269aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4269aa


Comments

No comments written yet.

Please login to write comment.