Color Hex Logo

#466caf Color Hex

#466CAF
(70,108,175)
0 Favorites   0 Comments

Color spaces of #466caf

RGB 70108175
HSL0.610.430.48
HSV218°60°69°
CMYK 0.600.380.00   0.31
XYZ15.626215.122442.6528
Yxy15.12240.21290.2060
Hunter Lab38.88753.6736-37.8095
CIE-Lab45.80147.5250-39.7846

#466caf color RGB value is (70,108,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101100 10101111
Octal 106 154 257
Decimal 70 108 175
Hex 46 6C AF

RGB Percentages of Color #466caf

%19.83
%30.59
%49.58

CMYK Percentages of Color #466caf

%60
%38
%0
%31

Triadic Colors of #466caf

#466caf #af466c #6caf46

Analogous Colors of #466caf

#466caf #5546af #46a1af

Monochromatic Colors of #466caf

#466caf

Complementary Color

#466caf #af8946

#466caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#466caf Color CSS Codes

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

#466caf Text Font Color

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

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


#466caf Background Color

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

This div background color is #466caf


#466caf Border Color

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

This div border color is #466caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466caf


Comments

No comments written yet.

Please login to write comment.