Color Hex Logo

#465aaf Color Hex

#465AAF
(70,90,175)
0 Favorites   0 Comments

Color spaces of #465aaf

RGB 7090175
HSL0.630.430.48
HSV229°60°69°
CMYK 0.600.490.00   0.31
XYZ13.919811.709642.0840
Yxy11.70960.20560.1729
Hunter Lab34.219312.7269-48.9633
CIE-Lab40.750818.9376-47.8391

#465aaf color RGB value is (70,90,175).

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

The process color (four color CMYK) of #465aaf color hex is 0.60, 0.49, 0.00, 0.31. Web safe color of #465aaf is #336699. Color #465aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011010 10101111
Octal 106 132 257
Decimal 70 90 175
Hex 46 5A AF

RGB Percentages of Color #465aaf

%20.90
%26.87
%52.24

CMYK Percentages of Color #465aaf

%60
%49
%0
%31

Triadic Colors of #465aaf

#465aaf #af465a #5aaf46

Analogous Colors of #465aaf

#465aaf #6746af #468faf

Monochromatic Colors of #465aaf

#465aaf

Complementary Color

#465aaf #af9b46

#465aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#465aaf Color CSS Codes

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

#465aaf Text Font Color

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

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


#465aaf Background Color

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

This div background color is #465aaf


#465aaf Border Color

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

This div border color is #465aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465aaf


Comments

No comments written yet.

Please login to write comment.