Hex | 4a4a4b |
RGB | 73 , 73 , 75 |
RGB % | 33.0, 33.0, 33.9 |
HSL | 240, 0.7, 29.2 |
HSV | 240, 1.3, 29.4 |
CMYK | 3.4,3.4,0,180 |
XYZ | 0.065, 0.069, 0.076 |
xyY | 0.311, 0.326, 0.069 |
CIE-LAB | 0.315, 0.002, -0.006 |
CIE-LUV | 0.315, -0.001, -0.007 |
CIE-HCL | 290.289, 0.006, 0.315 |
Binary | 01001001,01001001,01001011 |
#4a4a4b HTML/CSS Color Name is Tuna / gray29 / Grey.
In a RGB color space, #4a4a4b color RGB value is (Red:73,Green:73,Blue:75). it is composed of 33.0% red, 33.0% green and 33.9% blue. The process color (four color CMYK) of #4a4a4b color hex is 3.4,3.4,0,180. HSL of color #4a4a4b hue: 240 , saturation: 0.7 and the lightness value of 4a4a4b is 29.2. Mainly color is Grey. Reverse color is: #b6b6b4.
The color codes conversion takes 1.599416 milliseconds.
.bgcolor {background-color:#4a4a4b; .textcolor {color:#4a4a4b; } .bordercolor {border:3px solid #4a4a4b; }
<p style="color:#4a4a4b">Text here</p>
<p style="background-color:#4a4a4b;">Content here</p>
<div style="border:1px solid #4a4a4b;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #4a4a4b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4a4a4b; -webkit-box-shadow: 1px 1px 3px 2px #4a4a4b; box-shadow: 1px 1px 3px 2px #4a4a4b; }
<p style="text-shadow: 4px 4px 2px #4a4a4b">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #4a4a4b; -webkit-box-shadow: 1px 1px 3px 2px #4a4a4b; box-shadow: 1px 1px 3px 2px #4a4a4b;">
Content here</div>