Color Hex Logo

#466792 Color Hex

#466792
(70,103,146)
0 Favorites   0 Comments

Color spaces of #466792

RGB 70103146
HSL0.590.350.42
HSV214°52°57°
CMYK 0.520.290.00   0.43
XYZ12.564313.077929.0562
Yxy13.07790.22970.2391
Hunter Lab36.1634-1.2694-22.3234
CIE-Lab42.88040.9097-27.2446

#466792 color RGB value is (70,103,146).

#466792 hex color red value is 70, green value is 103 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #466792 hue: 0.59 , saturation: 0.35 and the lightness value of 466792 is 0.42.

The process color (four color CMYK) of #466792 color hex is 0.52, 0.29, 0.00, 0.43. Web safe color of #466792 is #336699. Color #466792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100111 10010010
Octal 106 147 222
Decimal 70 103 146
Hex 46 67 92

RGB Percentages of Color #466792

%21.94
%32.29
%45.77

CMYK Percentages of Color #466792

%52
%29
%0
%43

Triadic Colors of #466792

#466792 #924667 #679246

Analogous Colors of #466792

#466792 #4b4692 #468d92

Monochromatic Colors of #466792

#466792

Complementary Color

#466792 #927146

#466792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466792 Color CSS Codes

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

#466792 Text Font Color

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

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


#466792 Background Color

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

This div background color is #466792


#466792 Border Color

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

This div border color is #466792


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,103,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #466792; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #466792;
  -webkit-box-shadow: 1px 1px 3px 2px #466792;
  box-shadow:         1px 1px 3px 2px #466792; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466792


Comments

No comments written yet.

Please login to write comment.