Color Hex Logo

#4a8493 Color Hex

#4A8493
(74,132,147)
0 Favorites   0 Comments

Color spaces of #4a8493

RGB 74132147
HSL0.530.330.43
HSV192°50°58°
CMYK 0.500.100.00   0.42
XYZ16.341820.065030.6154
Yxy20.06500.24380.2994
Hunter Lab44.7940-13.2688-9.1672
CIE-Lab51.9106-14.6889-13.9385

#4a8493 color RGB value is (74,132,147).

#4a8493 hex color red value is 74, green value is 132 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #4a8493 hue: 0.53 , saturation: 0.33 and the lightness value of 4a8493 is 0.43.

The process color (four color CMYK) of #4a8493 color hex is 0.50, 0.10, 0.00, 0.42. Web safe color of #4a8493 is #339999. Color #4a8493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000100 10010011
Octal 112 204 223
Decimal 74 132 147
Hex 4A 84 93

RGB Percentages of Color #4a8493

%20.96
%37.39
%41.64

CMYK Percentages of Color #4a8493

%50
%10
%0
%42

Triadic Colors of #4a8493

#4a8493 #934a84 #84934a

Analogous Colors of #4a8493

#4a8493 #4a6093 #4a937e

Monochromatic Colors of #4a8493

#4a8493

Complementary Color

#4a8493 #93594a

#4a8493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8493 Color CSS Codes

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

#4a8493 Text Font Color

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

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


#4a8493 Background Color

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

This div background color is #4a8493


#4a8493 Border Color

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

This div border color is #4a8493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8493


Comments

No comments written yet.

Please login to write comment.