Color Hex Logo

#466bcd Color Hex

#466BCD
(70,107,205)
0 Favorites   0 Comments

Color spaces of #466bcd

RGB 70107205
HSL0.620.570.54
HSV224°66°80°
CMYK 0.660.480.00   0.20
XYZ18.802916.225359.8984
Yxy16.22530.19810.1709
Hunter Lab40.280612.8322-59.9694
CIE-Lab47.268718.6292-54.7919

#466bcd color RGB value is (70,107,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101011 11001101
Octal 106 153 315
Decimal 70 107 205
Hex 46 6B CD

RGB Percentages of Color #466bcd

%18.32
%28.01
%53.66

CMYK Percentages of Color #466bcd

%66
%48
%0
%20

Triadic Colors of #466bcd

#466bcd #cd466b #6bcd46

Analogous Colors of #466bcd

#466bcd #6546cd #46afcd

Monochromatic Colors of #466bcd

#466bcd

Complementary Color

#466bcd #cda846

#466bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#466bcd Color CSS Codes

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

#466bcd Text Font Color

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

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


#466bcd Background Color

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

This div background color is #466bcd


#466bcd Border Color

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

This div border color is #466bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466bcd


Comments

No comments written yet.

Please login to write comment.