Color Hex Logo

#466cfb Color Hex

#466CFB
(70,108,251)
0 Favorites   0 Comments

Color spaces of #466cfb

RGB 70108251
HSL0.630.960.63
HSV227°72°98°
CMYK 0.720.570.00   0.02
XYZ25.300918.992293.5992
Yxy18.99220.18350.1377
Hunter Lab43.580027.3652-96.8343
CIE-Lab50.678134.2338-75.2043

#466cfb color RGB value is (70,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101100 11111011
Octal 106 154 373
Decimal 70 108 251
Hex 46 6C FB

RGB Percentages of Color #466cfb

%16.32
%25.17
%58.51

CMYK Percentages of Color #466cfb

%72
%57
%0
%2

Triadic Colors of #466cfb

#466cfb #fb466c #6cfb46

Analogous Colors of #466cfb

#466cfb #7b46fb #46c7fb

Monochromatic Colors of #466cfb

#466cfb

Complementary Color

#466cfb #fbd546

#466cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#466cfb Color CSS Codes

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

#466cfb Text Font Color

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

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


#466cfb Background Color

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

This div background color is #466cfb


#466cfb Border Color

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

This div border color is #466cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466cfb


Comments

No comments written yet.

Please login to write comment.