Color Hex Logo

#468bbe Color Hex

#468BBE
(70,139,190)
0 Favorites   0 Comments

Color spaces of #468bbe

RGB 70139190
HSL0.570.480.51
HSV206°63°75°
CMYK 0.630.270.00   0.25
XYZ21.052723.485052.1387
Yxy23.48500.21780.2429
Hunter Lab48.4613-7.2629-29.8662
CIE-Lab55.5684-5.9607-33.0758

#468bbe color RGB value is (70,139,190).

#468bbe hex color red value is 70, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #468bbe hue: 0.57 , saturation: 0.48 and the lightness value of 468bbe is 0.51.

The process color (four color CMYK) of #468bbe color hex is 0.63, 0.27, 0.00, 0.25. Web safe color of #468bbe is #3399cc. Color #468bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001011 10111110
Octal 106 213 276
Decimal 70 139 190
Hex 46 8B BE

RGB Percentages of Color #468bbe

%17.54
%34.84
%47.62

CMYK Percentages of Color #468bbe

%63
%27
%0
%25

Triadic Colors of #468bbe

#468bbe #be468b #8bbe46

Analogous Colors of #468bbe

#468bbe #464fbe #46beb5

Monochromatic Colors of #468bbe

#468bbe

Complementary Color

#468bbe #be7946

#468bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#468bbe Color CSS Codes

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

#468bbe Text Font Color

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

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


#468bbe Background Color

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

This div background color is #468bbe


#468bbe Border Color

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

This div border color is #468bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468bbe


Comments

No comments written yet.

Please login to write comment.