Color Hex Logo

#466dbf Color Hex

#466DBF
(70,109,191)
0 Favorites   0 Comments

Color spaces of #466dbf

RGB 70109191
HSL0.610.490.51
HSV221°63°75°
CMYK 0.630.430.00   0.25
XYZ17.398416.001051.4617
Yxy16.00100.20500.1886
Hunter Lab40.00127.6357-48.2758
CIE-Lab46.975812.4493-47.2105

#466dbf color RGB value is (70,109,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101101 10111111
Octal 106 155 277
Decimal 70 109 191
Hex 46 6D BF

RGB Percentages of Color #466dbf

%18.92
%29.46
%51.62

CMYK Percentages of Color #466dbf

%63
%43
%0
%25

Triadic Colors of #466dbf

#466dbf #bf466d #6dbf46

Analogous Colors of #466dbf

#466dbf #5c46bf #46aabf

Monochromatic Colors of #466dbf

#466dbf

Complementary Color

#466dbf #bf9846

#466dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#466dbf Color CSS Codes

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

#466dbf Text Font Color

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

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


#466dbf Background Color

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

This div background color is #466dbf


#466dbf Border Color

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

This div border color is #466dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,109,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #466dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466dbf


Comments

No comments written yet.

Please login to write comment.