Color Hex Logo

#4a798a Color Hex

#4A798A
(74,121,138)
0 Favorites   0 Comments

Color spaces of #4a798a

RGB 74121138
HSL0.540.300.42
HSV196°46°54°
CMYK 0.460.120.00   0.46
XYZ14.248916.965626.5684
Yxy16.96560.24660.2936
Hunter Lab41.1893-10.3316-9.4114
CIE-Lab48.2167-11.1819-14.2591

#4a798a color RGB value is (74,121,138).

#4a798a hex color red value is 74, green value is 121 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #4a798a hue: 0.54 , saturation: 0.30 and the lightness value of 4a798a is 0.42.

The process color (four color CMYK) of #4a798a color hex is 0.46, 0.12, 0.00, 0.46. Web safe color of #4a798a is #336699. Color #4a798a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111001 10001010
Octal 112 171 212
Decimal 74 121 138
Hex 4A 79 8A

RGB Percentages of Color #4a798a

%22.22
%36.34
%41.44

CMYK Percentages of Color #4a798a

%46
%12
%0
%46

Triadic Colors of #4a798a

#4a798a #8a4a79 #798a4a

Analogous Colors of #4a798a

#4a798a #4a598a #4a8a7b

Monochromatic Colors of #4a798a

#4a798a

Complementary Color

#4a798a #8a5b4a

#4a798a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a798a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a798a Color CSS Codes

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

#4a798a Text Font Color

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

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


#4a798a Background Color

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

This div background color is #4a798a


#4a798a Border Color

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

This div border color is #4a798a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a798a


Comments

No comments written yet.

Please login to write comment.