Color Hex Logo

#466efb Color Hex

#466EFB
(70,110,251)
0 Favorites   0 Comments

Color spaces of #466efb

RGB 70110251
HSL0.630.960.63
HSV227°72°98°
CMYK 0.720.560.00   0.02
XYZ25.514319.419093.6703
Yxy19.41900.18410.1401
Hunter Lab44.067026.2323-95.1819
CIE-Lab51.173932.9986-74.3976

#466efb color RGB value is (70,110,251).

#466efb hex color red value is 70, green value is 110 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #466efb hue: 0.63 , saturation: 0.96 and the lightness value of 466efb is 0.63.

The process color (four color CMYK) of #466efb color hex is 0.72, 0.56, 0.00, 0.02. Web safe color of #466efb is #3366ff. Color #466efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101110 11111011
Octal 106 156 373
Decimal 70 110 251
Hex 46 6E FB

RGB Percentages of Color #466efb

%16.24
%25.52
%58.24

CMYK Percentages of Color #466efb

%72
%56
%0
%2

Triadic Colors of #466efb

#466efb #fb466e #6efb46

Analogous Colors of #466efb

#466efb #7946fb #46c9fb

Monochromatic Colors of #466efb

#466efb

Complementary Color

#466efb #fbd346

#466efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#466efb Color CSS Codes

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

#466efb Text Font Color

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

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


#466efb Background Color

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

This div background color is #466efb


#466efb Border Color

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

This div border color is #466efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466efb

Related Colors


Comments

No comments written yet.

Please login to write comment.