Color Hex Logo

#466fbe Color Hex

#466FBE
(70,111,190)
0 Favorites   0 Comments

Color spaces of #466fbe

RGB 70111190
HSL0.610.480.51
HSV220°63°75°
CMYK 0.630.420.00   0.25
XYZ17.504516.388750.9559
Yxy16.38870.20630.1932
Hunter Lab40.48306.3368-46.2903
CIE-Lab47.480410.8503-45.8284

#466fbe color RGB value is (70,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101111 10111110
Octal 106 157 276
Decimal 70 111 190
Hex 46 6F BE

RGB Percentages of Color #466fbe

%18.87
%29.92
%51.21

CMYK Percentages of Color #466fbe

%63
%42
%0
%25

Triadic Colors of #466fbe

#466fbe #be466f #6fbe46

Analogous Colors of #466fbe

#466fbe #5946be #46abbe

Monochromatic Colors of #466fbe

#466fbe

Complementary Color

#466fbe #be9546

#466fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#466fbe Color CSS Codes

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

#466fbe Text Font Color

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

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


#466fbe Background Color

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

This div background color is #466fbe


#466fbe Border Color

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

This div border color is #466fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466fbe


Comments

No comments written yet.

Please login to write comment.