Color Hex Logo

#465aae Color Hex

#465AAE
(70,90,174)
0 Favorites   0 Comments

Color spaces of #465aae

RGB 7090174
HSL0.630.430.48
HSV228°60°68°
CMYK 0.600.480.00   0.32
XYZ13.821911.670441.5685
Yxy11.67040.20610.1740
Hunter Lab34.162012.4375-48.2311
CIE-Lab40.687418.5916-47.3511

#465aae color RGB value is (70,90,174).

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

The process color (four color CMYK) of #465aae color hex is 0.60, 0.48, 0.00, 0.32. Web safe color of #465aae is #336699. Color #465aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011010 10101110
Octal 106 132 256
Decimal 70 90 174
Hex 46 5A AE

RGB Percentages of Color #465aae

%20.96
%26.95
%52.10

CMYK Percentages of Color #465aae

%60
%48
%0
%32

Triadic Colors of #465aae

#465aae #ae465a #5aae46

Analogous Colors of #465aae

#465aae #6646ae #468eae

Monochromatic Colors of #465aae

#465aae

Complementary Color

#465aae #ae9a46

#465aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#465aae Color CSS Codes

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

#465aae Text Font Color

<p style="color:#465aae">Text here</p>

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


#465aae Background Color

<div style="background-color:#465aae">
Div content here</div>

This div background color is #465aae


#465aae Border Color

<div style="border:3px solid #465aae">
Div here</div>

This div border color is #465aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,90,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 #465aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465aae


Comments

No comments written yet.

Please login to write comment.