Color Hex Logo

#466abf Color Hex

#466ABF
(70,106,191)
0 Favorites   0 Comments

Color spaces of #466abf

RGB 70106191
HSL0.620.490.51
HSV222°63°75°
CMYK 0.630.450.00   0.25
XYZ17.083815.371751.3568
Yxy15.37170.20380.1834
Hunter Lab39.20689.1671-50.2190
CIE-Lab46.139114.3340-48.5471

#466abf color RGB value is (70,106,191).

#466abf hex color red value is 70, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #466abf hue: 0.62 , saturation: 0.49 and the lightness value of 466abf is 0.51.

The process color (four color CMYK) of #466abf color hex is 0.63, 0.45, 0.00, 0.25. Web safe color of #466abf is #3366cc. Color #466abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101010 10111111
Octal 106 152 277
Decimal 70 106 191
Hex 46 6A BF

RGB Percentages of Color #466abf

%19.07
%28.88
%52.04

CMYK Percentages of Color #466abf

%63
%45
%0
%25

Triadic Colors of #466abf

#466abf #bf466a #6abf46

Analogous Colors of #466abf

#466abf #5e46bf #46a7bf

Monochromatic Colors of #466abf

#466abf

Complementary Color

#466abf #bf9b46

#466abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#466abf Color CSS Codes

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

#466abf Text Font Color

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

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


#466abf Background Color

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

This div background color is #466abf


#466abf Border Color

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

This div border color is #466abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466abf


Comments

No comments written yet.

Please login to write comment.