Color Hex Logo

#466091 Color Hex

#466091
(70,96,145)
0 Favorites   0 Comments

Color spaces of #466091

RGB 7096145
HSL0.610.350.42
HSV219°52°57°
CMYK 0.520.340.00   0.43
XYZ11.819511.712228.4258
Yxy11.71220.22750.2254
Hunter Lab34.22311.7575-25.2903
CIE-Lab40.75504.9351-29.9711

#466091 color RGB value is (70,96,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100000 10010001
Octal 106 140 221
Decimal 70 96 145
Hex 46 60 91

RGB Percentages of Color #466091

%22.51
%30.87
%46.62

CMYK Percentages of Color #466091

%52
%34
%0
%43

Triadic Colors of #466091

#466091 #914660 #609146

Analogous Colors of #466091

#466091 #524691 #468691

Monochromatic Colors of #466091

#466091

Complementary Color

#466091 #917746

#466091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466091 Color CSS Codes

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

#466091 Text Font Color

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

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


#466091 Background Color

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

This div background color is #466091


#466091 Border Color

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

This div border color is #466091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466091


Comments

No comments written yet.

Please login to write comment.