Color Hex Logo

#46446d Color Hex

#46446D
(70,68,109)
0 Favorites   0 Comments

Color spaces of #46446d

RGB 7068109
HSL0.670.230.35
HSV243°38°43°
CMYK 0.360.380.00   0.57
XYZ7.35326.540515.3429
Yxy6.54050.25150.2237
Hunter Lab25.57446.5675-17.6679
CIE-Lab30.737111.5976-23.4937

#46446d color RGB value is (70,68,109).

#46446d hex color red value is 70, green value is 68 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #46446d hue: 0.67 , saturation: 0.23 and the lightness value of 46446d is 0.35.

The process color (four color CMYK) of #46446d color hex is 0.36, 0.38, 0.00, 0.57. Web safe color of #46446d is #333366. Color #46446d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000100 01101101
Octal 106 104 155
Decimal 70 68 109
Hex 46 44 6D

RGB Percentages of Color #46446d

%28.34
%27.53
%44.13

CMYK Percentages of Color #46446d

%36
%38
%0
%57

Triadic Colors of #46446d

#46446d #6d4644 #446d46

Analogous Colors of #46446d

#46446d #5b446d #44566d

Monochromatic Colors of #46446d

#46446d

Complementary Color

#46446d #6b6d44

#46446d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46446d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46446d Color CSS Codes

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

#46446d Text Font Color

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

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


#46446d Background Color

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

This div background color is #46446d


#46446d Border Color

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

This div border color is #46446d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46446d


Comments

No comments written yet.

Please login to write comment.