Color Hex Logo

#46464c Color Hex

#46464C
(70,70,76)
0 Favorites   0 Comments

Color spaces of #46464c

RGB 707076
HSL0.670.040.29
HSV240°30°
CMYK 0.080.080.00   0.70
XYZ6.02056.20427.7177
Yxy6.20420.30190.3111
Hunter Lab24.9082-0.4447-0.9350
CIE-Lab29.92191.3733-3.5942

#46464c color RGB value is (70,70,76).

#46464c hex color red value is 70, green value is 70 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #46464c hue: 0.67 , saturation: 0.04 and the lightness value of 46464c is 0.29.

The process color (four color CMYK) of #46464c color hex is 0.08, 0.08, 0.00, 0.70. Web safe color of #46464c is #333333. Color #46464c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000110 01001100
Octal 106 106 114
Decimal 70 70 76
Hex 46 46 4C

RGB Percentages of Color #46464c

%32.41
%32.41
%35.19

CMYK Percentages of Color #46464c

%8
%8
%0
%70

Triadic Colors of #46464c

#46464c #4c4646 #464c46

Analogous Colors of #46464c

#46464c #49464c #46494c

Monochromatic Colors of #46464c

#46464c

Complementary Color

#46464c #4c4c46

#46464c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46464c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46464c Color CSS Codes

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

#46464c Text Font Color

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

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


#46464c Background Color

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

This div background color is #46464c


#46464c Border Color

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

This div border color is #46464c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46464c


Comments

No comments written yet.

Please login to write comment.