Color Hex Logo

#464aba Color Hex

#464ABA
(70,74,186)
0 Favorites   0 Comments

Color spaces of #464aba

RGB 7074186
HSL0.660.460.50
HSV238°62°73°
CMYK 0.620.600.00   0.27
XYZ13.83759.744847.6060
Yxy9.74480.19440.1369
Hunter Lab31.216724.4951-68.5667
CIE-Lab37.380532.9445-59.7620

#464aba color RGB value is (70,74,186).

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

The process color (four color CMYK) of #464aba color hex is 0.62, 0.60, 0.00, 0.27. Web safe color of #464aba is #3333cc. Color #464aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001010 10111010
Octal 106 112 272
Decimal 70 74 186
Hex 46 4A BA

RGB Percentages of Color #464aba

%21.21
%22.42
%56.36

CMYK Percentages of Color #464aba

%62
%60
%0
%27

Triadic Colors of #464aba

#464aba #ba464a #4aba46

Analogous Colors of #464aba

#464aba #7c46ba #4684ba

Monochromatic Colors of #464aba

#464aba

Complementary Color

#464aba #bab646

#464aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#464aba Color CSS Codes

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

#464aba Text Font Color

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

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


#464aba Background Color

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

This div background color is #464aba


#464aba Border Color

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

This div border color is #464aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464aba


Comments

No comments written yet.

Please login to write comment.