Color Hex Logo

#466eca Color Hex

#466ECA
(70,110,202)
0 Favorites   0 Comments

Color spaces of #466eca

RGB 70110202
HSL0.620.550.53
HSV222°65°79°
CMYK 0.650.460.00   0.21
XYZ18.762416.718258.1152
Yxy16.71820.20050.1786
Hunter Lab40.887910.3552-55.6491
CIE-Lab47.903015.6859-52.0557

#466eca color RGB value is (70,110,202).

#466eca hex color red value is 70, green value is 110 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #466eca hue: 0.62 , saturation: 0.55 and the lightness value of 466eca is 0.53.

The process color (four color CMYK) of #466eca color hex is 0.65, 0.46, 0.00, 0.21. Web safe color of #466eca is #3366cc. Color #466eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101110 11001010
Octal 106 156 312
Decimal 70 110 202
Hex 46 6E CA

RGB Percentages of Color #466eca

%18.32
%28.80
%52.88

CMYK Percentages of Color #466eca

%65
%46
%0
%21

Triadic Colors of #466eca

#466eca #ca466e #6eca46

Analogous Colors of #466eca

#466eca #6046ca #46b0ca

Monochromatic Colors of #466eca

#466eca

Complementary Color

#466eca #caa246

#466eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#466eca Color CSS Codes

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

#466eca Text Font Color

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

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


#466eca Background Color

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

This div background color is #466eca


#466eca Border Color

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

This div border color is #466eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466eca


Comments

No comments written yet.

Please login to write comment.