Color Hex Logo

#464add Color Hex

#464ADD
(70,74,221)
0 Favorites   0 Comments

Color spaces of #464add

RGB 7074221
HSL0.660.690.57
HSV238°68°87°
CMYK 0.680.670.00   0.13
XYZ18.025711.420169.6609
Yxy11.42010.18190.1152
Hunter Lab33.793636.0739-98.5626
CIE-Lab40.279244.6857-75.3017

#464add color RGB value is (70,74,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001010 11011101
Octal 106 112 335
Decimal 70 74 221
Hex 46 4A DD

RGB Percentages of Color #464add

%19.18
%20.27
%60.55

CMYK Percentages of Color #464add

%68
%67
%0
%13

Triadic Colors of #464add

#464add #dd464a #4add46

Analogous Colors of #464add

#464add #8e46dd #4696dd

Monochromatic Colors of #464add

#464add

Complementary Color

#464add #ddd946

#464add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464add Color Preview on White Background

Lorem ipsum dolor sit amet.

#464add Color CSS Codes

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

#464add Text Font Color

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

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


#464add Background Color

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

This div background color is #464add


#464add Border Color

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

This div border color is #464add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464add


Comments

No comments written yet.

Please login to write comment.