color codes Logo

#466ecc color codes

#466ECC
(70,110,204)
0 Favorites   0 Comments

Color spaces of #466ecc

RGB 70110204
HSL0.620.570.54
HSV222°66°80°
CMYK 0.660.460.00   0.20
XYZ19.000816.813659.3706
Yxy16.81360.19960.1766
Hunter Lab41.004410.9565-57.1434
CIE-Lab48.024316.3908-53.0064

#466ecc color RGB value is (70,110,204).

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

The process color (four color CMYK) of #466ecc color code is 0.66, 0.46, 0.00, 0.20. Web safe color of #466ecc is #3366cc. Color #466ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101110 11001100
Octal 106 156 314
Decimal 70 110 204
Hex 46 6E CC

RGB Percentages of Color #466ecc

%18.23
%28.65
%53.13

CMYK Percentages of Color #466ecc

%66
%46
%0
%20

Triadic Colors of #466ecc

#466ecc #cc466e #6ecc46

Analogous Colors of #466ecc

#466ecc #6146cc #46b1cc

Monochromatic Colors of #466ecc

#466ecc

Complementary Color

#466ecc #cca446

#466ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#466ecc Color CSS Codes

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

#466ecc Text Font Color

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

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


#466ecc Background Color

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

This div background color is #466ecc


#466ecc Border Color

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

This div border color is #466ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466ecc


Comments

No comments written yet.

Please login to write comment.