Color Hex Logo

#468fbb Color Hex

#468FBB
(70,143,187)
0 Favorites   0 Comments

Color spaces of #468fbb

RGB 70143187
HSL0.560.460.50
HSV203°63°73°
CMYK 0.630.240.00   0.27
XYZ21.317924.534950.6258
Yxy24.53490.22100.2543
Hunter Lab49.5327-9.8594-25.9255
CIE-Lab56.6194-9.2258-29.7354

#468fbb color RGB value is (70,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001111 10111011
Octal 106 217 273
Decimal 70 143 187
Hex 46 8F BB

RGB Percentages of Color #468fbb

%17.50
%35.75
%46.75

CMYK Percentages of Color #468fbb

%63
%24
%0
%27

Triadic Colors of #468fbb

#468fbb #bb468f #8fbb46

Analogous Colors of #468fbb

#468fbb #4655bb #46bbad

Monochromatic Colors of #468fbb

#468fbb

Complementary Color

#468fbb #bb7246

#468fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#468fbb Color CSS Codes

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

#468fbb Text Font Color

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

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


#468fbb Background Color

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

This div background color is #468fbb


#468fbb Border Color

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

This div border color is #468fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468fbb


Comments

No comments written yet.

Please login to write comment.