Color Hex Logo

#467baa Color Hex

#467BAA
(70,123,170)
0 Favorites   0 Comments

Color spaces of #467baa

RGB 70123170
HSL0.580.420.47
HSV208°59°67°
CMYK 0.590.280.00   0.33
XYZ16.864418.370340.6872
Yxy18.37030.22210.2420
Hunter Lab42.8606-4.7714-26.2811
CIE-Lab49.9422-3.2717-30.3619

#467baa color RGB value is (70,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111011 10101010
Octal 106 173 252
Decimal 70 123 170
Hex 46 7B AA

RGB Percentages of Color #467baa

%19.28
%33.88
%46.83

CMYK Percentages of Color #467baa

%59
%28
%0
%33

Triadic Colors of #467baa

#467baa #aa467b #7baa46

Analogous Colors of #467baa

#467baa #4649aa #46aaa7

Monochromatic Colors of #467baa

#467baa

Complementary Color

#467baa #aa7546

#467baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#467baa Color CSS Codes

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

#467baa Text Font Color

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

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


#467baa Background Color

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

This div background color is #467baa


#467baa Border Color

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

This div border color is #467baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467baa


Comments

No comments written yet.

Please login to write comment.