Color Hex Logo

#46608e Color Hex

#46608E
(70,96,142)
0 Favorites   0 Comments

Color spaces of #46608e

RGB 7096142
HSL0.610.340.42
HSV218°51°56°
CMYK 0.510.320.00   0.44
XYZ11.591111.620827.2233
Yxy11.62080.22980.2304
Hunter Lab34.08931.0376-23.4858
CIE-Lab40.60703.9551-28.3978

#46608e color RGB value is (70,96,142).

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

The process color (four color CMYK) of #46608e color hex is 0.51, 0.32, 0.00, 0.44. Web safe color of #46608e is #336699. Color #46608e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100000 10001110
Octal 106 140 216
Decimal 70 96 142
Hex 46 60 8E

RGB Percentages of Color #46608e

%22.73
%31.17
%46.10

CMYK Percentages of Color #46608e

%51
%32
%0
%44

Triadic Colors of #46608e

#46608e #8e4660 #608e46

Analogous Colors of #46608e

#46608e #50468e #46848e

Monochromatic Colors of #46608e

#46608e

Complementary Color

#46608e #8e7446

#46608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46608e Color CSS Codes

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

#46608e Text Font Color

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

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


#46608e Background Color

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

This div background color is #46608e


#46608e Border Color

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

This div border color is #46608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46608e


Comments

No comments written yet.

Please login to write comment.