Color Hex Logo

#464adf Color Hex

#464ADF
(70,74,223)
0 Favorites   0 Comments

Color spaces of #464adf

RGB 7074223
HSL0.660.710.57
HSV238°69°87°
CMYK 0.690.670.00   0.13
XYZ18.293811.527471.0728
Yxy11.52740.18130.1143
Hunter Lab33.952036.7621-100.3471
CIE-Lab40.454945.3455-76.1553

#464adf color RGB value is (70,74,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001010 11011111
Octal 106 112 337
Decimal 70 74 223
Hex 46 4A DF

RGB Percentages of Color #464adf

%19.07
%20.16
%60.76

CMYK Percentages of Color #464adf

%69
%67
%0
%13

Triadic Colors of #464adf

#464adf #df464a #4adf46

Analogous Colors of #464adf

#464adf #8f46df #4697df

Monochromatic Colors of #464adf

#464adf

Complementary Color

#464adf #dfdb46

#464adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#464adf Color CSS Codes

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

#464adf Text Font Color

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

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


#464adf Background Color

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

This div background color is #464adf


#464adf Border Color

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

This div border color is #464adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464adf


Comments

No comments written yet.

Please login to write comment.