Color Hex Logo

#467fab Color Hex

#467FAB
(70,127,171)
0 Favorites   0 Comments

Color spaces of #467fab

RGB 70127171
HSL0.570.420.47
HSV206°59°67°
CMYK 0.590.260.00   0.33
XYZ17.465819.421141.3562
Yxy19.42110.22320.2482
Hunter Lab44.0694-6.3774-24.7912
CIE-Lab51.1763-5.2901-29.0194

#467fab color RGB value is (70,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111111 10101011
Octal 106 177 253
Decimal 70 127 171
Hex 46 7F AB

RGB Percentages of Color #467fab

%19.02
%34.51
%46.47

CMYK Percentages of Color #467fab

%59
%26
%0
%33

Triadic Colors of #467fab

#467fab #ab467f #7fab46

Analogous Colors of #467fab

#467fab #464cab #46aba5

Monochromatic Colors of #467fab

#467fab

Complementary Color

#467fab #ab7246

#467fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#467fab Color CSS Codes

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

#467fab Text Font Color

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

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


#467fab Background Color

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

This div background color is #467fab


#467fab Border Color

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

This div border color is #467fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467fab


Comments

No comments written yet.

Please login to write comment.