Color Hex Logo

#4a8486 Color Hex

#4A8486
(74,132,134)
0 Favorites   0 Comments

Color spaces of #4a8486

RGB 74132134
HSL0.510.290.41
HSV182°45°53°
CMYK 0.450.010.00   0.47
XYZ15.378419.679625.5423
Yxy19.67960.25380.3247
Hunter Lab44.3617-15.7543-3.0844
CIE-Lab51.4730-18.3773-7.0146

#4a8486 color RGB value is (74,132,134).

#4a8486 hex color red value is 74, green value is 132 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #4a8486 hue: 0.51 , saturation: 0.29 and the lightness value of 4a8486 is 0.41.

The process color (four color CMYK) of #4a8486 color hex is 0.45, 0.01, 0.00, 0.47. Web safe color of #4a8486 is #339999. Color #4a8486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000100 10000110
Octal 112 204 206
Decimal 74 132 134
Hex 4A 84 86

RGB Percentages of Color #4a8486

%21.76
%38.82
%39.41

CMYK Percentages of Color #4a8486

%45
%1
%0
%47

Triadic Colors of #4a8486

#4a8486 #864a84 #84864a

Analogous Colors of #4a8486

#4a8486 #4a6686 #4a866a

Monochromatic Colors of #4a8486

#4a8486

Complementary Color

#4a8486 #864c4a

#4a8486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8486 Color CSS Codes

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

#4a8486 Text Font Color

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

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


#4a8486 Background Color

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

This div background color is #4a8486


#4a8486 Border Color

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

This div border color is #4a8486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8486


Comments

No comments written yet.

Please login to write comment.