Color Hex Logo

#466aba Color Hex

#466ABA
(70,106,186)
0 Favorites   0 Comments

Color spaces of #466aba

RGB 70106186
HSL0.610.460.50
HSV221°62°73°
CMYK 0.620.430.00   0.27
XYZ16.542715.155348.5077
Yxy15.15530.20630.1890
Hunter Lab38.92987.7240-46.6262
CIE-Lab45.846212.5856-46.1183

#466aba color RGB value is (70,106,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101010 10111010
Octal 106 152 272
Decimal 70 106 186
Hex 46 6A BA

RGB Percentages of Color #466aba

%19.34
%29.28
%51.38

CMYK Percentages of Color #466aba

%62
%43
%0
%27

Triadic Colors of #466aba

#466aba #ba466a #6aba46

Analogous Colors of #466aba

#466aba #5c46ba #46a4ba

Monochromatic Colors of #466aba

#466aba

Complementary Color

#466aba #ba9646

#466aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#466aba Color CSS Codes

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

#466aba Text Font Color

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

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


#466aba Background Color

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

This div background color is #466aba


#466aba Border Color

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

This div border color is #466aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466aba


Comments

No comments written yet.

Please login to write comment.