Color Hex Logo

#468bbf Color Hex

#468BBF
(70,139,191)
0 Favorites   0 Comments

Color spaces of #468bbf

RGB 70139191
HSL0.570.490.51
HSV206°63°75°
CMYK 0.630.270.00   0.25
XYZ21.162423.528952.7164
Yxy23.52890.21730.2416
Hunter Lab48.5066-7.0108-30.4811
CIE-Lab55.6130-5.6282-33.5747

#468bbf color RGB value is (70,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001011 10111111
Octal 106 213 277
Decimal 70 139 191
Hex 46 8B BF

RGB Percentages of Color #468bbf

%17.50
%34.75
%47.75

CMYK Percentages of Color #468bbf

%63
%27
%0
%25

Triadic Colors of #468bbf

#468bbf #bf468b #8bbf46

Analogous Colors of #468bbf

#468bbf #464fbf #46bfb7

Monochromatic Colors of #468bbf

#468bbf

Complementary Color

#468bbf #bf7a46

#468bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#468bbf Color CSS Codes

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

#468bbf Text Font Color

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

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


#468bbf Background Color

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

This div background color is #468bbf


#468bbf Border Color

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

This div border color is #468bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468bbf


Comments

No comments written yet.

Please login to write comment.