Color Hex Logo

#4665ae Color Hex

#4665AE
(70,101,174)
0 Favorites   0 Comments

Color spaces of #4665ae

RGB 70101174
HSL0.620.430.48
HSV222°60°68°
CMYK 0.600.420.00   0.32
XYZ14.819413.665441.9010
Yxy13.66540.21050.1941
Hunter Lab36.96676.8661-41.3272
CIE-Lab43.749211.5730-42.4579

#4665ae color RGB value is (70,101,174).

#4665ae hex color red value is 70, green value is 101 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4665ae hue: 0.62 , saturation: 0.43 and the lightness value of 4665ae is 0.48.

The process color (four color CMYK) of #4665ae color hex is 0.60, 0.42, 0.00, 0.32. Web safe color of #4665ae is #336699. Color #4665ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100101 10101110
Octal 106 145 256
Decimal 70 101 174
Hex 46 65 AE

RGB Percentages of Color #4665ae

%20.29
%29.28
%50.43

CMYK Percentages of Color #4665ae

%60
%42
%0
%32

Triadic Colors of #4665ae

#4665ae #ae4665 #65ae46

Analogous Colors of #4665ae

#4665ae #5b46ae #4699ae

Monochromatic Colors of #4665ae

#4665ae

Complementary Color

#4665ae #ae8f46

#4665ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4665ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4665ae Color CSS Codes

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

#4665ae Text Font Color

<p style="color:#4665ae">Text here</p>

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


#4665ae Background Color

<div style="background-color:#4665ae">
Div content here</div>

This div background color is #4665ae


#4665ae Border Color

<div style="border:3px solid #4665ae">
Div here</div>

This div border color is #4665ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,101,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4665ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4665ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4665ae;
  box-shadow:         1px 1px 3px 2px #4665ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,101,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4665ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4665ae


Comments

No comments written yet.

Please login to write comment.