Color Hex Logo

#466bee Color Hex

#466BEE
(70,107,238)
0 Favorites   0 Comments

Color spaces of #466bee

RGB 70107238
HSL0.630.830.60
HSV227°71°93°
CMYK 0.710.550.00   0.07
XYZ23.216117.990583.1378
Yxy17.99050.18670.1447
Hunter Lab42.415223.4759-86.5233
CIE-Lab49.484630.2894-69.8955

#466bee color RGB value is (70,107,238).

#466bee hex color red value is 70, green value is 107 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #466bee hue: 0.63 , saturation: 0.83 and the lightness value of 466bee is 0.60.

The process color (four color CMYK) of #466bee color hex is 0.71, 0.55, 0.00, 0.07. Web safe color of #466bee is #3366ff. Color #466bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101011 11101110
Octal 106 153 356
Decimal 70 107 238
Hex 46 6B EE

RGB Percentages of Color #466bee

%16.87
%25.78
%57.35

CMYK Percentages of Color #466bee

%71
%55
%0
%7

Triadic Colors of #466bee

#466bee #ee466b #6bee46

Analogous Colors of #466bee

#466bee #7546ee #46bfee

Monochromatic Colors of #466bee

#466bee

Complementary Color

#466bee #eec946

#466bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#466bee Color CSS Codes

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

#466bee Text Font Color

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

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


#466bee Background Color

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

This div background color is #466bee


#466bee Border Color

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

This div border color is #466bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466bee


Comments

No comments written yet.

Please login to write comment.