Color Hex Logo

#467aab Color Hex

#467AAB
(70,122,171)
0 Favorites   0 Comments

Color spaces of #467aab

RGB 70122171
HSL0.580.420.47
HSV209°59°67°
CMYK 0.590.290.00   0.33
XYZ16.836018.161441.1462
Yxy18.16140.22110.2385
Hunter Lab42.6162-4.0599-27.4135
CIE-Lab49.6913-2.3480-31.3341

#467aab color RGB value is (70,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111010 10101011
Octal 106 172 253
Decimal 70 122 171
Hex 46 7A AB

RGB Percentages of Color #467aab

%19.28
%33.61
%47.11

CMYK Percentages of Color #467aab

%59
%29
%0
%33

Triadic Colors of #467aab

#467aab #ab467a #7aab46

Analogous Colors of #467aab

#467aab #4647ab #46abaa

Monochromatic Colors of #467aab

#467aab

Complementary Color

#467aab #ab7746

#467aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#467aab Color CSS Codes

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

#467aab Text Font Color

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

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


#467aab Background Color

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

This div background color is #467aab


#467aab Border Color

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

This div border color is #467aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467aab


Comments

No comments written yet.

Please login to write comment.