Color Hex Logo

#468bbb Color Hex

#468BBB
(70,139,187)
0 Favorites   0 Comments

Color spaces of #468bbb

RGB 70139187
HSL0.570.460.50
HSV205°63°73°
CMYK 0.630.260.00   0.27
XYZ20.728023.355250.4292
Yxy23.35520.21930.2471
Hunter Lab48.3272-8.0123-28.0398
CIE-Lab55.4363-6.9546-31.5744

#468bbb color RGB value is (70,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001011 10111011
Octal 106 213 273
Decimal 70 139 187
Hex 46 8B BB

RGB Percentages of Color #468bbb

%17.68
%35.10
%47.22

CMYK Percentages of Color #468bbb

%63
%26
%0
%27

Triadic Colors of #468bbb

#468bbb #bb468b #8bbb46

Analogous Colors of #468bbb

#468bbb #4650bb #46bbb1

Monochromatic Colors of #468bbb

#468bbb

Complementary Color

#468bbb #bb7646

#468bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#468bbb Color CSS Codes

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

#468bbb Text Font Color

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

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


#468bbb Background Color

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

This div background color is #468bbb


#468bbb Border Color

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

This div border color is #468bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468bbb


Comments

No comments written yet.

Please login to write comment.