Color Hex Logo

#464aad Color Hex

#464AAD
(70,74,173)
0 Favorites   0 Comments

Color spaces of #464aad

RGB 7074173
HSL0.660.420.48
HSV238°60°68°
CMYK 0.600.570.00   0.32
XYZ12.51749.216840.6544
Yxy9.21680.20060.1477
Hunter Lab30.359220.4688-58.1446
CIE-Lab36.398428.5320-53.6745

#464aad color RGB value is (70,74,173).

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

The process color (four color CMYK) of #464aad color hex is 0.60, 0.57, 0.00, 0.32. Web safe color of #464aad is #333399. Color #464aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001010 10101101
Octal 106 112 255
Decimal 70 74 173
Hex 46 4A AD

RGB Percentages of Color #464aad

%22.08
%23.34
%54.57

CMYK Percentages of Color #464aad

%60
%57
%0
%32

Triadic Colors of #464aad

#464aad #ad464a #4aad46

Analogous Colors of #464aad

#464aad #7646ad #467ead

Monochromatic Colors of #464aad

#464aad

Complementary Color

#464aad #ada946

#464aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#464aad Color CSS Codes

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

#464aad Text Font Color

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

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


#464aad Background Color

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

This div background color is #464aad


#464aad Border Color

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

This div border color is #464aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464aad


Comments

No comments written yet.

Please login to write comment.