Color Hex Logo

#466afb Color Hex

#466AFB
(70,106,251)
0 Favorites   0 Comments

Color spaces of #466afb

RGB 70106251
HSL0.630.960.63
HSV228°72°98°
CMYK 0.720.580.00   0.02
XYZ25.092418.575293.5296
Yxy18.57520.18290.1354
Hunter Lab43.099028.5003-98.4967
CIE-Lab50.186535.4669-76.0048

#466afb color RGB value is (70,106,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101010 11111011
Octal 106 152 373
Decimal 70 106 251
Hex 46 6A FB

RGB Percentages of Color #466afb

%16.39
%24.82
%58.78

CMYK Percentages of Color #466afb

%72
%58
%0
%2

Triadic Colors of #466afb

#466afb #fb466a #6afb46

Analogous Colors of #466afb

#466afb #7d46fb #46c5fb

Monochromatic Colors of #466afb

#466afb

Complementary Color

#466afb #fbd746

#466afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#466afb Color CSS Codes

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

#466afb Text Font Color

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

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


#466afb Background Color

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

This div background color is #466afb


#466afb Border Color

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

This div border color is #466afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466afb

Related Colors


Comments

No comments written yet.

Please login to write comment.