Color Hex Logo

#468baa Color Hex

#468BAA
(70,139,170)
0 Favorites   0 Comments

Color spaces of #468baa

RGB 70139170
HSL0.550.420.47
HSV199°59°67°
CMYK 0.590.180.00   0.33
XYZ19.014122.669641.4037
Yxy22.66960.22880.2728
Hunter Lab47.6126-12.0381-18.2295
CIE-Lab54.7304-12.4464-22.9471

#468baa color RGB value is (70,139,170).

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

The process color (four color CMYK) of #468baa color hex is 0.59, 0.18, 0.00, 0.33. Web safe color of #468baa is #339999. Color #468baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001011 10101010
Octal 106 213 252
Decimal 70 139 170
Hex 46 8B AA

RGB Percentages of Color #468baa

%18.47
%36.68
%44.85

CMYK Percentages of Color #468baa

%59
%18
%0
%33

Triadic Colors of #468baa

#468baa #aa468b #8baa46

Analogous Colors of #468baa

#468baa #4659aa #46aa97

Monochromatic Colors of #468baa

#468baa

Complementary Color

#468baa #aa6546

#468baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#468baa Color CSS Codes

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

#468baa Text Font Color

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

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


#468baa Background Color

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

This div background color is #468baa


#468baa Border Color

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

This div border color is #468baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468baa


Comments

No comments written yet.

Please login to write comment.