Color Hex Logo

#46455a Color Hex

#46455A
(70,69,90)
0 Favorites   0 Comments

Color spaces of #46455a

RGB 706990
HSL0.670.130.31
HSV243°23°35°
CMYK 0.220.230.00   0.65
XYZ6.49946.296510.5457
Yxy6.29650.27840.2698
Hunter Lab25.09282.3216-7.3527
CIE-Lab30.14855.5471-12.2813

#46455a color RGB value is (70,69,90).

#46455a hex color red value is 70, green value is 69 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #46455a hue: 0.67 , saturation: 0.13 and the lightness value of 46455a is 0.31.

The process color (four color CMYK) of #46455a color hex is 0.22, 0.23, 0.00, 0.65. Web safe color of #46455a is #333366. Color #46455a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000101 01011010
Octal 106 105 132
Decimal 70 69 90
Hex 46 45 5A

RGB Percentages of Color #46455a

%30.57
%30.13
%39.30

CMYK Percentages of Color #46455a

%22
%23
%0
%65

Triadic Colors of #46455a

#46455a #5a4645 #455a46

Analogous Colors of #46455a

#46455a #51455a #454f5a

Monochromatic Colors of #46455a

#46455a

Complementary Color

#46455a #595a45

#46455a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46455a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46455a Color CSS Codes

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

#46455a Text Font Color

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

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


#46455a Background Color

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

This div background color is #46455a


#46455a Border Color

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

This div border color is #46455a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,69,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46455a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46455a;
  -webkit-box-shadow: 1px 1px 3px 2px #46455a;
  box-shadow:         1px 1px 3px 2px #46455a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46455a

#46455a Color Palettes


Comments

No comments written yet.

Please login to write comment.