Color Hex Logo

#4a334f Color Hex

#4A334F
(74,51,79)
0 Favorites   0 Comments

Color spaces of #4a334f

RGB 745179
HSL0.800.220.25
HSV289°35°31°
CMYK 0.060.350.00   0.69
XYZ5.41914.38807.9585
Yxy4.38800.30500.2470
Hunter Lab20.94769.5195-7.8625
CIE-Lab24.914816.0851-13.0792

#4a334f color RGB value is (74,51,79).

#4a334f hex color red value is 74, green value is 51 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #4a334f hue: 0.80 , saturation: 0.22 and the lightness value of 4a334f is 0.25.

The process color (four color CMYK) of #4a334f color hex is 0.06, 0.35, 0.00, 0.69. Web safe color of #4a334f is #333366. Color #4a334f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00110011 01001111
Octal 112 63 117
Decimal 74 51 79
Hex 4A 33 4F

RGB Percentages of Color #4a334f

%36.27
%25.00
%38.73

CMYK Percentages of Color #4a334f

%6
%35
%0
%69

Triadic Colors of #4a334f

#4a334f #4f4a33 #334f4a

Analogous Colors of #4a334f

#4a334f #4f3346 #3c334f

Monochromatic Colors of #4a334f

#4a334f

Complementary Color

#4a334f #384f33

#4a334f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a334f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a334f Color CSS Codes

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

#4a334f Text Font Color

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

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


#4a334f Background Color

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

This div background color is #4a334f


#4a334f Border Color

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

This div border color is #4a334f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a334f


Comments

No comments written yet.

Please login to write comment.