Color Hex Logo

#466ffc Color Hex

#466FFC
(70,111,252)
0 Favorites   0 Comments

Color spaces of #466ffc

RGB 70111252
HSL0.630.970.63
HSV226°72°99°
CMYK 0.720.560.00   0.01
XYZ25.780919.699294.5390
Yxy19.69920.18410.1407
Hunter Lab44.383826.0124-95.2211
CIE-Lab51.495432.7322-74.4295

#466ffc color RGB value is (70,111,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101111 11111100
Octal 106 157 374
Decimal 70 111 252
Hex 46 6F FC

RGB Percentages of Color #466ffc

%16.17
%25.64
%58.20

CMYK Percentages of Color #466ffc

%72
%56
%0
%1

Triadic Colors of #466ffc

#466ffc #fc466f #6ffc46

Analogous Colors of #466ffc

#466ffc #7846fc #46cafc

Monochromatic Colors of #466ffc

#466ffc

Complementary Color

#466ffc #fcd346

#466ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#466ffc Color CSS Codes

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

#466ffc Text Font Color

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

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


#466ffc Background Color

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

This div background color is #466ffc


#466ffc Border Color

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

This div border color is #466ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.