Color Hex Logo

#467bab Color Hex

#467BAB
(70,123,171)
0 Favorites   0 Comments

Color spaces of #467bab

RGB 70123171
HSL0.580.420.47
HSV209°59°67°
CMYK 0.590.280.00   0.33
XYZ16.959418.408341.1874
Yxy18.40830.22150.2405
Hunter Lab42.9049-4.5263-26.8832
CIE-Lab49.9876-2.9409-30.8714

#467bab color RGB value is (70,123,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111011 10101011
Octal 106 173 253
Decimal 70 123 171
Hex 46 7B AB

RGB Percentages of Color #467bab

%19.23
%33.79
%46.98

CMYK Percentages of Color #467bab

%59
%28
%0
%33

Triadic Colors of #467bab

#467bab #ab467b #7bab46

Analogous Colors of #467bab

#467bab #4649ab #46aba9

Monochromatic Colors of #467bab

#467bab

Complementary Color

#467bab #ab7646

#467bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#467bab Color CSS Codes

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

#467bab Text Font Color

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

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


#467bab Background Color

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

This div background color is #467bab


#467bab Border Color

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

This div border color is #467bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467bab


Comments

No comments written yet.

Please login to write comment.