Color Hex Logo

#4a163c Color Hex

#4A163C
(74,22,60)
1 Favorites   0 Comments

Color spaces of #4a163c

RGB 742260
HSL0.880.540.19
HSV316°70°29°
CMYK 0.000.700.19   0.71
XYZ3.92662.35594.5227
Yxy2.35590.36340.2180
Hunter Lab15.348918.8036-6.7261
CIE-Lab17.254029.5112-11.9298

#4a163c color RGB value is (74,22,60).

#4a163c hex color red value is 74, green value is 22 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #4a163c hue: 0.88 , saturation: 0.54 and the lightness value of 4a163c is 0.19.

The process color (four color CMYK) of #4a163c color hex is 0.00, 0.70, 0.19, 0.71. Web safe color of #4a163c is #330033. Color #4a163c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00010110 00111100
Octal 112 26 74
Decimal 74 22 60
Hex 4A 16 3C

RGB Percentages of Color #4a163c

%47.44
%14.10
%38.46

CMYK Percentages of Color #4a163c

%0
%70
%19
%71

Triadic Colors of #4a163c

#4a163c #3c4a16 #163c4a

Analogous Colors of #4a163c

#4a163c #4a1622 #3e164a

Monochromatic Colors of #4a163c

#4a163c

Complementary Color

#4a163c #164a24

#4a163c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a163c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a163c Color CSS Codes

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

#4a163c Text Font Color

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

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


#4a163c Background Color

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

This div background color is #4a163c


#4a163c Border Color

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

This div border color is #4a163c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a163c


Comments

No comments written yet.

Please login to write comment.