Color Hex Logo

#466bef Color Hex

#466BEF
(70,107,239)
0 Favorites   0 Comments

Color spaces of #466bef

RGB 70107239
HSL0.630.840.61
HSV227°71°94°
CMYK 0.710.550.00   0.06
XYZ23.363518.049583.9139
Yxy18.04950.18640.1440
Hunter Lab42.484723.8138-87.3677
CIE-Lab49.556130.6413-70.3393

#466bef color RGB value is (70,107,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101011 11101111
Octal 106 153 357
Decimal 70 107 239
Hex 46 6B EF

RGB Percentages of Color #466bef

%16.83
%25.72
%57.45

CMYK Percentages of Color #466bef

%71
%55
%0
%6

Triadic Colors of #466bef

#466bef #ef466b #6bef46

Analogous Colors of #466bef

#466bef #7646ef #46c0ef

Monochromatic Colors of #466bef

#466bef

Complementary Color

#466bef #efca46

#466bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#466bef Color CSS Codes

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

#466bef Text Font Color

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

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


#466bef Background Color

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

This div background color is #466bef


#466bef Border Color

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

This div border color is #466bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466bef


Comments

No comments written yet.

Please login to write comment.