Color Hex Logo

#466fbb Color Hex

#466FBB
(70,111,187)
0 Favorites   0 Comments

Color spaces of #466fbb

RGB 70111187
HSL0.610.460.50
HSV219°63°73°
CMYK 0.630.410.00   0.27
XYZ17.179916.258849.2465
Yxy16.25880.20780.1966
Hunter Lab40.32225.4888-44.1868
CIE-Lab47.31229.8057-44.3622

#466fbb color RGB value is (70,111,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101111 10111011
Octal 106 157 273
Decimal 70 111 187
Hex 46 6F BB

RGB Percentages of Color #466fbb

%19.02
%30.16
%50.82

CMYK Percentages of Color #466fbb

%63
%41
%0
%27

Triadic Colors of #466fbb

#466fbb #bb466f #6fbb46

Analogous Colors of #466fbb

#466fbb #5846bb #46aabb

Monochromatic Colors of #466fbb

#466fbb

Complementary Color

#466fbb #bb9246

#466fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#466fbb Color CSS Codes

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

#466fbb Text Font Color

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

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


#466fbb Background Color

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

This div background color is #466fbb


#466fbb Border Color

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

This div border color is #466fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466fbb


Comments

No comments written yet.

Please login to write comment.