Color Hex Logo

#4a4248 Color Hex

#4A4248
(74,66,72)
0 Favorites   0 Comments

Color spaces of #4a4248

RGB 746672
HSL0.880.060.27
HSV315°11°29°
CMYK 0.000.110.03   0.71
XYZ5.94205.82026.9411
Yxy5.82020.31770.3112
Hunter Lab24.12511.7456-0.1709
CIE-Lab28.95424.6743-2.3877

#4a4248 color RGB value is (74,66,72).

#4a4248 hex color red value is 74, green value is 66 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #4a4248 hue: 0.88 , saturation: 0.06 and the lightness value of 4a4248 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000010 01001000
Octal 112 102 110
Decimal 74 66 72
Hex 4A 42 48

RGB Percentages of Color #4a4248

%34.91
%31.13
%33.96

CMYK Percentages of Color #4a4248

%0
%11
%3
%71

Triadic Colors of #4a4248

#4a4248 #484a42 #42484a

Analogous Colors of #4a4248

#4a4248 #4a4244 #48424a

Monochromatic Colors of #4a4248

#4a4248

Complementary Color

#4a4248 #424a44

#4a4248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4248 Color CSS Codes

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

#4a4248 Text Font Color

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

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


#4a4248 Background Color

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

This div background color is #4a4248


#4a4248 Border Color

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

This div border color is #4a4248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4248


Comments

No comments written yet.

Please login to write comment.