Color Hex Logo

#4265aa Color Hex

#4265AA
(66,101,170)
0 Favorites   0 Comments

Color spaces of #4265aa

RGB 66101170
HSL0.610.440.46
HSV220°61°67°
CMYK 0.610.410.00   0.33
XYZ14.156113.367939.8644
Yxy13.36790.21010.1984
Hunter Lab36.56215.1277-39.0515
CIE-Lab43.31249.3791-40.8148

#4265aa color RGB value is (66,101,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100101 10101010
Octal 102 145 252
Decimal 66 101 170
Hex 42 65 AA

RGB Percentages of Color #4265aa

%19.58
%29.97
%50.45

CMYK Percentages of Color #4265aa

%61
%41
%0
%33

Triadic Colors of #4265aa

#4265aa #aa4265 #65aa42

Analogous Colors of #4265aa

#4265aa #5342aa #4299aa

Monochromatic Colors of #4265aa

#4265aa

Complementary Color

#4265aa #aa8742

#4265aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4265aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4265aa Color CSS Codes

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

#4265aa Text Font Color

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

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


#4265aa Background Color

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

This div background color is #4265aa


#4265aa Border Color

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

This div border color is #4265aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4265aa


Comments

No comments written yet.

Please login to write comment.