Color Hex Logo

#4a444a Color Hex

#4A444A
(74,68,74)
0 Favorites   0 Comments

Color spaces of #4a444a

RGB 746874
HSL0.830.040.28
HSV300°29°
CMYK 0.000.080.00   0.71
XYZ6.12726.08457.3301
Yxy6.08450.31350.3114
Hunter Lab24.66681.1723-0.3522
CIE-Lab29.62473.8251-2.6972

#4a444a color RGB value is (74,68,74).

#4a444a hex color red value is 74, green value is 68 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #4a444a hue: 0.83 , saturation: 0.04 and the lightness value of 4a444a is 0.28.

The process color (four color CMYK) of #4a444a color hex is 0.00, 0.08, 0.00, 0.71. Web safe color of #4a444a is #333333. Color #4a444a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000100 01001010
Octal 112 104 112
Decimal 74 68 74
Hex 4A 44 4A

RGB Percentages of Color #4a444a

%34.26
%31.48
%34.26

CMYK Percentages of Color #4a444a

%0
%8
%0
%71

Triadic Colors of #4a444a

#4a444a #4a4a44 #444a4a

Analogous Colors of #4a444a

#4a444a #4a4447 #47444a

Monochromatic Colors of #4a444a

#4a444a

Complementary Color

#4a444a #444a44

#4a444a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a444a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a444a Color CSS Codes

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

#4a444a Text Font Color

<p style="color:#4a444a">Text here</p>

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


#4a444a Background Color

<div style="background-color:#4a444a">
Div content here</div>

This div background color is #4a444a


#4a444a Border Color

<div style="border:3px solid #4a444a">
Div here</div>

This div border color is #4a444a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,68,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a444a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a444a;
  -webkit-box-shadow: 1px 1px 3px 2px #4a444a;
  box-shadow:         1px 1px 3px 2px #4a444a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a444a


Comments

No comments written yet.

Please login to write comment.