Color Hex Logo

#467fac Color Hex

#467FAC
(70,127,172)
0 Favorites   0 Comments

Color spaces of #467fac

RGB 70127172
HSL0.570.420.47
HSV206°59°67°
CMYK 0.590.260.00   0.33
XYZ17.561619.459441.8602
Yxy19.45940.22260.2467
Hunter Lab44.1128-6.1354-25.3834
CIE-Lab51.2204-4.9616-29.5293

#467fac color RGB value is (70,127,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111111 10101100
Octal 106 177 254
Decimal 70 127 172
Hex 46 7F AC

RGB Percentages of Color #467fac

%18.97
%34.42
%46.61

CMYK Percentages of Color #467fac

%59
%26
%0
%33

Triadic Colors of #467fac

#467fac #ac467f #7fac46

Analogous Colors of #467fac

#467fac #464cac #46aca6

Monochromatic Colors of #467fac

#467fac

Complementary Color

#467fac #ac7346

#467fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#467fac Color CSS Codes

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

#467fac Text Font Color

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

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


#467fac Background Color

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

This div background color is #467fac


#467fac Border Color

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

This div border color is #467fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467fac


Comments

No comments written yet.

Please login to write comment.