Color Hex Logo

#4a696e Color Hex

#4A696E
(74,105,110)
0 Favorites   0 Comments

Color spaces of #4a696e

RGB 74105110
HSL0.520.200.36
HSV188°33°43°
CMYK 0.330.050.00   0.57
XYZ10.690112.684816.6368
Yxy12.68480.26720.3170
Hunter Lab35.6157-8.7505-2.7645
CIE-Lab42.2844-9.8739-6.4315

#4a696e color RGB value is (74,105,110).

#4a696e hex color red value is 74, green value is 105 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #4a696e hue: 0.52 , saturation: 0.20 and the lightness value of 4a696e is 0.36.

The process color (four color CMYK) of #4a696e color hex is 0.33, 0.05, 0.00, 0.57. Web safe color of #4a696e is #336666. Color #4a696e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01101001 01101110
Octal 112 151 156
Decimal 74 105 110
Hex 4A 69 6E

RGB Percentages of Color #4a696e

%25.61
%36.33
%38.06

CMYK Percentages of Color #4a696e

%33
%5
%0
%57

Triadic Colors of #4a696e

#4a696e #6e4a69 #696e4a

Analogous Colors of #4a696e

#4a696e #4a576e #4a6e61

Monochromatic Colors of #4a696e

#4a696e

Complementary Color

#4a696e #6e4f4a

#4a696e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a696e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a696e Color CSS Codes

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

#4a696e Text Font Color

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

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


#4a696e Background Color

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

This div background color is #4a696e


#4a696e Border Color

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

This div border color is #4a696e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a696e


Comments

No comments written yet.

Please login to write comment.