Color Hex Logo

#46496a Color Hex

#46496A
(70,73,106)
0 Favorites   0 Comments

Color spaces of #46496a

RGB 7073106
HSL0.650.200.35
HSV235°34°42°
CMYK 0.340.310.00   0.58
XYZ7.50987.107814.6118
Yxy7.10780.25690.2432
Hunter Lab26.66053.6246-13.8328
CIE-Lab32.05117.4357-19.5481

#46496a color RGB value is (70,73,106).

#46496a hex color red value is 70, green value is 73 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #46496a hue: 0.65 , saturation: 0.20 and the lightness value of 46496a is 0.35.

The process color (four color CMYK) of #46496a color hex is 0.34, 0.31, 0.00, 0.58. Web safe color of #46496a is #333366. Color #46496a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001001 01101010
Octal 106 111 152
Decimal 70 73 106
Hex 46 49 6A

RGB Percentages of Color #46496a

%28.11
%29.32
%42.57

CMYK Percentages of Color #46496a

%34
%31
%0
%58

Triadic Colors of #46496a

#46496a #6a4649 #496a46

Analogous Colors of #46496a

#46496a #55466a #465b6a

Monochromatic Colors of #46496a

#46496a

Complementary Color

#46496a #6a6746

#46496a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46496a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46496a Color CSS Codes

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

#46496a Text Font Color

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

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


#46496a Background Color

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

This div background color is #46496a


#46496a Border Color

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

This div border color is #46496a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46496a


Comments

No comments written yet.

Please login to write comment.