Color Hex Logo

#466dbe Color Hex

#466DBE
(70,109,190)
0 Favorites   0 Comments

Color spaces of #466dbe

RGB 70109190
HSL0.610.480.51
HSV221°63°75°
CMYK 0.630.430.00   0.25
XYZ17.288715.957150.8840
Yxy15.95710.20550.1897
Hunter Lab39.94637.3484-47.5617
CIE-Lab46.918212.0998-46.7247

#466dbe color RGB value is (70,109,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101101 10111110
Octal 106 155 276
Decimal 70 109 190
Hex 46 6D BE

RGB Percentages of Color #466dbe

%18.97
%29.54
%51.49

CMYK Percentages of Color #466dbe

%63
%43
%0
%25

Triadic Colors of #466dbe

#466dbe #be466d #6dbe46

Analogous Colors of #466dbe

#466dbe #5b46be #46a9be

Monochromatic Colors of #466dbe

#466dbe

Complementary Color

#466dbe #be9746

#466dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#466dbe Color CSS Codes

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

#466dbe Text Font Color

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

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


#466dbe Background Color

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

This div background color is #466dbe


#466dbe Border Color

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

This div border color is #466dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466dbe


Comments

No comments written yet.

Please login to write comment.