Color Hex Logo

#4a4052 Color Hex

#4A4052
(74,64,82)
1 Favorites   0 Comments

Color spaces of #4a4052

RGB 746482
HSL0.760.120.29
HSV273°22°32°
CMYK 0.100.220.00   0.68
XYZ6.18045.73188.7633
Yxy5.73180.29890.2772
Hunter Lab23.94124.1826-4.9434
CIE-Lab28.72558.2795-9.2378

#4a4052 color RGB value is (74,64,82).

#4a4052 hex color red value is 74, green value is 64 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #4a4052 hue: 0.76 , saturation: 0.12 and the lightness value of 4a4052 is 0.29.

The process color (four color CMYK) of #4a4052 color hex is 0.10, 0.22, 0.00, 0.68. Web safe color of #4a4052 is #333366. Color #4a4052 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000000 01010010
Octal 112 100 122
Decimal 74 64 82
Hex 4A 40 52

RGB Percentages of Color #4a4052

%33.64
%29.09
%37.27

CMYK Percentages of Color #4a4052

%10
%22
%0
%68

Triadic Colors of #4a4052

#4a4052 #524a40 #40524a

Analogous Colors of #4a4052

#4a4052 #524051 #414052

Monochromatic Colors of #4a4052

#4a4052

Complementary Color

#4a4052 #485240

#4a4052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4052 Color CSS Codes

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

#4a4052 Text Font Color

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

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


#4a4052 Background Color

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

This div background color is #4a4052


#4a4052 Border Color

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

This div border color is #4a4052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4052

#4a4052 Color Palettes


Comments

No comments written yet.

Please login to write comment.