Color Hex Logo

#4a8799 Color Hex

#4A8799
(74,135,153)
0 Favorites   0 Comments

Color spaces of #4a8799

RGB 74135153
HSL0.540.350.45
HSV194°52°60°
CMYK 0.520.120.00   0.40
XYZ17.237821.083733.2980
Yxy21.08370.24070.2944
Hunter Lab45.9170-13.3436-10.8539
CIE-Lab53.0410-14.5700-15.7099

#4a8799 color RGB value is (74,135,153).

#4a8799 hex color red value is 74, green value is 135 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #4a8799 hue: 0.54 , saturation: 0.35 and the lightness value of 4a8799 is 0.45.

The process color (four color CMYK) of #4a8799 color hex is 0.52, 0.12, 0.00, 0.40. Web safe color of #4a8799 is #339999. Color #4a8799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000111 10011001
Octal 112 207 231
Decimal 74 135 153
Hex 4A 87 99

RGB Percentages of Color #4a8799

%20.44
%37.29
%42.27

CMYK Percentages of Color #4a8799

%52
%12
%0
%40

Triadic Colors of #4a8799

#4a8799 #994a87 #87994a

Analogous Colors of #4a8799

#4a8799 #4a5f99 #4a9984

Monochromatic Colors of #4a8799

#4a8799

Complementary Color

#4a8799 #995c4a

#4a8799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8799 Color CSS Codes

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

#4a8799 Text Font Color

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

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


#4a8799 Background Color

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

This div background color is #4a8799


#4a8799 Border Color

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

This div border color is #4a8799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8799


Comments

No comments written yet.

Please login to write comment.