Color Hex Logo

#466cbe Color Hex

#466CBE
(70,108,190)
0 Favorites   0 Comments

Color spaces of #466cbe

RGB 70108190
HSL0.610.480.51
HSV221°63°75°
CMYK 0.630.430.00   0.25
XYZ17.182615.744950.8486
Yxy15.74490.20510.1879
Hunter Lab39.67987.8563-48.2026
CIE-Lab46.638012.7266-47.1717

#466cbe color RGB value is (70,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101100 10111110
Octal 106 154 276
Decimal 70 108 190
Hex 46 6C BE

RGB Percentages of Color #466cbe

%19.02
%29.35
%51.63

CMYK Percentages of Color #466cbe

%63
%43
%0
%25

Triadic Colors of #466cbe

#466cbe #be466c #6cbe46

Analogous Colors of #466cbe

#466cbe #5c46be #46a8be

Monochromatic Colors of #466cbe

#466cbe

Complementary Color

#466cbe #be9846

#466cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#466cbe Color CSS Codes

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

#466cbe Text Font Color

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

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


#466cbe Background Color

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

This div background color is #466cbe


#466cbe Border Color

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

This div border color is #466cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466cbe


Comments

No comments written yet.

Please login to write comment.