Color Hex Logo

#464afa Color Hex

#464AFA
(70,74,250)
0 Favorites   0 Comments

Color spaces of #464afa

RGB 7074250
HSL0.660.950.63
HSV239°72°98°
CMYK 0.720.700.00   0.02
XYZ22.229913.101891.7997
Yxy13.10180.17490.1031
Hunter Lab36.196446.2814-125.0311
CIE-Lab42.916254.1115-87.3602

#464afa color RGB value is (70,74,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001010 11111010
Octal 106 112 372
Decimal 70 74 250
Hex 46 4A FA

RGB Percentages of Color #464afa

%17.77
%18.78
%63.45

CMYK Percentages of Color #464afa

%72
%70
%0
%2

Triadic Colors of #464afa

#464afa #fa464a #4afa46

Analogous Colors of #464afa

#464afa #9c46fa #46a4fa

Monochromatic Colors of #464afa

#464afa

Complementary Color

#464afa #faf646

#464afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#464afa Color CSS Codes

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

#464afa Text Font Color

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

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


#464afa Background Color

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

This div background color is #464afa


#464afa Border Color

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

This div border color is #464afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464afa

Related Colors


Comments

No comments written yet.

Please login to write comment.