Color Hex Logo

#464dfa Color Hex

#464DFA
(70,77,250)
0 Favorites   0 Comments

Color spaces of #464dfa

RGB 7077250
HSL0.660.950.63
HSV238°72°98°
CMYK 0.720.690.00   0.02
XYZ22.435013.512091.8681
Yxy13.51200.17550.1057
Hunter Lab36.758744.6166-122.4478
CIE-Lab43.524852.4329-86.3579

#464dfa color RGB value is (70,77,250).

#464dfa hex color red value is 70, green value is 77 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #464dfa hue: 0.66 , saturation: 0.95 and the lightness value of 464dfa is 0.63.

The process color (four color CMYK) of #464dfa color hex is 0.72, 0.69, 0.00, 0.02. Web safe color of #464dfa is #3366ff. Color #464dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001101 11111010
Octal 106 115 372
Decimal 70 77 250
Hex 46 4D FA

RGB Percentages of Color #464dfa

%17.63
%19.40
%62.97

CMYK Percentages of Color #464dfa

%72
%69
%0
%2

Triadic Colors of #464dfa

#464dfa #fa464d #4dfa46

Analogous Colors of #464dfa

#464dfa #9946fa #46a7fa

Monochromatic Colors of #464dfa

#464dfa

Complementary Color

#464dfa #faf346

#464dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#464dfa Color CSS Codes

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

#464dfa Text Font Color

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

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


#464dfa Background Color

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

This div background color is #464dfa


#464dfa Border Color

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

This div border color is #464dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464dfa


Comments

No comments written yet.

Please login to write comment.