Color Hex Logo

#4a8196 Color Hex

#4A8196
(74,129,150)
0 Favorites   0 Comments

Color spaces of #4a8196

RGB 74129150
HSL0.550.340.44
HSV197°51°59°
CMYK 0.510.140.00   0.41
XYZ16.179319.358431.7380
Yxy19.35840.24050.2877
Hunter Lab43.9982-11.3576-11.9700
CIE-Lab51.1039-12.1364-16.9116

#4a8196 color RGB value is (74,129,150).

#4a8196 hex color red value is 74, green value is 129 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #4a8196 hue: 0.55 , saturation: 0.34 and the lightness value of 4a8196 is 0.44.

The process color (four color CMYK) of #4a8196 color hex is 0.51, 0.14, 0.00, 0.41. Web safe color of #4a8196 is #339999. Color #4a8196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000001 10010110
Octal 112 201 226
Decimal 74 129 150
Hex 4A 81 96

RGB Percentages of Color #4a8196

%20.96
%36.54
%42.49

CMYK Percentages of Color #4a8196

%51
%14
%0
%41

Triadic Colors of #4a8196

#4a8196 #964a81 #81964a

Analogous Colors of #4a8196

#4a8196 #4a5b96 #4a9685

Monochromatic Colors of #4a8196

#4a8196

Complementary Color

#4a8196 #965f4a

#4a8196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8196 Color CSS Codes

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

#4a8196 Text Font Color

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

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


#4a8196 Background Color

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

This div background color is #4a8196


#4a8196 Border Color

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

This div border color is #4a8196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8196


Comments

No comments written yet.

Please login to write comment.