Color Hex Logo

#46424c Color Hex

#46424C
(70,66,76)
0 Favorites   0 Comments

Color spaces of #46424c

RGB 706676
HSL0.730.070.28
HSV264°13°30°
CMYK 0.080.130.00   0.70
XYZ5.77855.72037.6370
Yxy5.72030.30200.2989
Hunter Lab23.91711.2715-2.1899
CIE-Lab28.69553.9522-5.4191

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

#46424c hex color red value is 70, green value is 66 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #46424c hue: 0.73 , saturation: 0.07 and the lightness value of 46424c is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 01001100
Octal 106 102 114
Decimal 70 66 76
Hex 46 42 4C

RGB Percentages of Color #46424c

%33.02
%31.13
%35.85

CMYK Percentages of Color #46424c

%8
%13
%0
%70

Triadic Colors of #46424c

#46424c #4c4642 #424c46

Analogous Colors of #46424c

#46424c #4b424c #42434c

Monochromatic Colors of #46424c

#46424c

Complementary Color

#46424c #484c42

#46424c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46424c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46424c Color CSS Codes

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

#46424c Text Font Color

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

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


#46424c Background Color

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

This div background color is #46424c


#46424c Border Color

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

This div border color is #46424c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,66,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 #46424c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46424c


Comments

No comments written yet.

Please login to write comment.