Color Hex Logo

#466fcd Color Hex

#466FCD
(70,111,205)
0 Favorites   0 Comments

Color spaces of #466fcd

RGB 70111205
HSL0.620.570.54
HSV222°66°80°
CMYK 0.660.460.00   0.20
XYZ19.229717.078760.0406
Yxy17.07870.19960.1773
Hunter Lab41.326410.7372-57.2104
CIE-Lab48.359016.1173-53.0416

#466fcd color RGB value is (70,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101111 11001101
Octal 106 157 315
Decimal 70 111 205
Hex 46 6F CD

RGB Percentages of Color #466fcd

%18.13
%28.76
%53.11

CMYK Percentages of Color #466fcd

%66
%46
%0
%20

Triadic Colors of #466fcd

#466fcd #cd466f #6fcd46

Analogous Colors of #466fcd

#466fcd #6046cd #46b3cd

Monochromatic Colors of #466fcd

#466fcd

Complementary Color

#466fcd #cda446

#466fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#466fcd Color CSS Codes

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

#466fcd Text Font Color

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

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


#466fcd Background Color

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

This div background color is #466fcd


#466fcd Border Color

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

This div border color is #466fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466fcd


Comments

No comments written yet.

Please login to write comment.