Color Hex Logo

#466aaf Color Hex

#466AAF
(70,106,175)
0 Favorites   0 Comments

Color spaces of #466aaf

RGB 70106175
HSL0.610.430.48
HSV219°60°69°
CMYK 0.600.390.00   0.31
XYZ15.417714.705342.5832
Yxy14.70530.21210.2023
Hunter Lab38.34754.6582-38.9957
CIE-Lab45.22798.7732-40.6937

#466aaf color RGB value is (70,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101010 10101111
Octal 106 152 257
Decimal 70 106 175
Hex 46 6A AF

RGB Percentages of Color #466aaf

%19.94
%30.20
%49.86

CMYK Percentages of Color #466aaf

%60
%39
%0
%31

Triadic Colors of #466aaf

#466aaf #af466a #6aaf46

Analogous Colors of #466aaf

#466aaf #5646af #469faf

Monochromatic Colors of #466aaf

#466aaf

Complementary Color

#466aaf #af8b46

#466aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#466aaf Color CSS Codes

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

#466aaf Text Font Color

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

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


#466aaf Background Color

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

This div background color is #466aaf


#466aaf Border Color

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

This div border color is #466aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466aaf


Comments

No comments written yet.

Please login to write comment.