Color Hex Logo

#466bdd Color Hex

#466BDD
(70,107,221)
0 Favorites   0 Comments

Color spaces of #466bdd

RGB 70107221
HSL0.630.690.57
HSV225°68°87°
CMYK 0.680.520.00   0.13
XYZ20.834617.037970.5972
Yxy17.03790.19210.1571
Hunter Lab41.277017.8633-72.5115
CIE-Lab48.307824.2871-62.2280

#466bdd color RGB value is (70,107,221).

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

The process color (four color CMYK) of #466bdd color hex is 0.68, 0.52, 0.00, 0.13. Web safe color of #466bdd is #3366cc. Color #466bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101011 11011101
Octal 106 153 335
Decimal 70 107 221
Hex 46 6B DD

RGB Percentages of Color #466bdd

%17.59
%26.88
%55.53

CMYK Percentages of Color #466bdd

%68
%52
%0
%13

Triadic Colors of #466bdd

#466bdd #dd466b #6bdd46

Analogous Colors of #466bdd

#466bdd #6d46dd #46b7dd

Monochromatic Colors of #466bdd

#466bdd

Complementary Color

#466bdd #ddb846

#466bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#466bdd Color CSS Codes

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

#466bdd Text Font Color

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

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


#466bdd Background Color

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

This div background color is #466bdd


#466bdd Border Color

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

This div border color is #466bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466bdd


Comments

No comments written yet.

Please login to write comment.