Color Hex Logo

#4a444d Color Hex

#4A444D
(74,68,77)
0 Favorites   0 Comments

Color spaces of #4a444d

RGB 746877
HSL0.780.060.28
HSV280°12°30°
CMYK 0.040.120.00   0.70
XYZ6.23076.12597.8752
Yxy6.12590.30800.3028
Hunter Lab24.75061.6221-1.5397
CIE-Lab29.72794.5027-4.4880

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

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

The process color (four color CMYK) of #4a444d color hex is 0.04, 0.12, 0.00, 0.70. Web safe color of #4a444d is #333366. Color #4a444d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000100 01001101
Octal 112 104 115
Decimal 74 68 77
Hex 4A 44 4D

RGB Percentages of Color #4a444d

%33.79
%31.05
%35.16

CMYK Percentages of Color #4a444d

%4
%12
%0
%70

Triadic Colors of #4a444d

#4a444d #4d4a44 #444d4a

Analogous Colors of #4a444d

#4a444d #4d444c #46444d

Monochromatic Colors of #4a444d

#4a444d

Complementary Color

#4a444d #474d44

#4a444d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a444d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a444d Color CSS Codes

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

#4a444d Text Font Color

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

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


#4a444d Background Color

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

This div background color is #4a444d


#4a444d Border Color

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

This div border color is #4a444d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a444d


Comments

No comments written yet.

Please login to write comment.