Color Hex Logo

#4a4670 Color Hex

#4A4670
(74,70,112)
0 Favorites   0 Comments

Color spaces of #4a4670

RGB 7470112
HSL0.680.230.36
HSV246°38°44°
CMYK 0.340.380.00   0.56
XYZ7.93887.006016.2631
Yxy7.00600.25440.2245
Hunter Lab26.46887.2170-17.9010
CIE-Lab31.820612.4393-23.6660

#4a4670 color RGB value is (74,70,112).

#4a4670 hex color red value is 74, green value is 70 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #4a4670 hue: 0.68 , saturation: 0.23 and the lightness value of 4a4670 is 0.36.

The process color (four color CMYK) of #4a4670 color hex is 0.34, 0.38, 0.00, 0.56. Web safe color of #4a4670 is #333366. Color #4a4670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000110 01110000
Octal 112 106 160
Decimal 74 70 112
Hex 4A 46 70

RGB Percentages of Color #4a4670

%28.91
%27.34
%43.75

CMYK Percentages of Color #4a4670

%34
%38
%0
%56

Triadic Colors of #4a4670

#4a4670 #704a46 #46704a

Analogous Colors of #4a4670

#4a4670 #5f4670 #465770

Monochromatic Colors of #4a4670

#4a4670

Complementary Color

#4a4670 #6c7046

#4a4670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4670 Color CSS Codes

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

#4a4670 Text Font Color

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

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


#4a4670 Background Color

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

This div background color is #4a4670


#4a4670 Border Color

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

This div border color is #4a4670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4670


Comments

No comments written yet.

Please login to write comment.