Color Hex Logo

#466fac Color Hex

#466FAC
(70,111,172)
0 Favorites   0 Comments

Color spaces of #466fac

RGB 70111172
HSL0.600.420.47
HSV216°59°67°
CMYK 0.590.350.00   0.33
XYZ15.656615.649541.2252
Yxy15.64950.21590.2158
Hunter Lab39.55941.4166-34.0949
CIE-Lab46.51124.6428-36.9095

#466fac color RGB value is (70,111,172).

#466fac hex color red value is 70, green value is 111 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #466fac hue: 0.60 , saturation: 0.42 and the lightness value of 466fac is 0.47.

The process color (four color CMYK) of #466fac color hex is 0.59, 0.35, 0.00, 0.33. Web safe color of #466fac is #336699. Color #466fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101111 10101100
Octal 106 157 254
Decimal 70 111 172
Hex 46 6F AC

RGB Percentages of Color #466fac

%19.83
%31.44
%48.73

CMYK Percentages of Color #466fac

%59
%35
%0
%33

Triadic Colors of #466fac

#466fac #ac466f #6fac46

Analogous Colors of #466fac

#466fac #5046ac #46a2ac

Monochromatic Colors of #466fac

#466fac

Complementary Color

#466fac #ac8346

#466fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#466fac Color CSS Codes

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

#466fac Text Font Color

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

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


#466fac Background Color

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

This div background color is #466fac


#466fac Border Color

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

This div border color is #466fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466fac


Comments

No comments written yet.

Please login to write comment.