Color Hex Logo

#464bdd Color Hex

#464BDD
(70,75,221)
0 Favorites   0 Comments

Color spaces of #464bdd

RGB 7075221
HSL0.660.690.57
HSV238°68°87°
CMYK 0.680.660.00   0.13
XYZ18.093011.554769.6833
Yxy11.55470.18210.1163
Hunter Lab33.992235.5237-97.7487
CIE-Lab40.499444.0934-74.9404

#464bdd color RGB value is (70,75,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001011 11011101
Octal 106 113 335
Decimal 70 75 221
Hex 46 4B DD

RGB Percentages of Color #464bdd

%19.13
%20.49
%60.38

CMYK Percentages of Color #464bdd

%68
%66
%0
%13

Triadic Colors of #464bdd

#464bdd #dd464b #4bdd46

Analogous Colors of #464bdd

#464bdd #8d46dd #4697dd

Monochromatic Colors of #464bdd

#464bdd

Complementary Color

#464bdd #ddd846

#464bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#464bdd Color CSS Codes

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

#464bdd Text Font Color

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

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


#464bdd Background Color

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

This div background color is #464bdd


#464bdd Border Color

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

This div border color is #464bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464bdd


Comments

No comments written yet.

Please login to write comment.