Color Hex Logo

#4a7468 Color Hex

#4A7468
(74,116,104)
0 Favorites   0 Comments

Color spaces of #4a7468

RGB 74116104
HSL0.450.220.37
HSV163°36°45°
CMYK 0.360.000.10   0.55
XYZ11.568114.946115.3719
Yxy14.94610.27620.3568
Hunter Lab38.6602-14.24363.4875
CIE-Lab45.5603-17.55941.9980

#4a7468 color RGB value is (74,116,104).

#4a7468 hex color red value is 74, green value is 116 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #4a7468 hue: 0.45 , saturation: 0.22 and the lightness value of 4a7468 is 0.37.

The process color (four color CMYK) of #4a7468 color hex is 0.36, 0.00, 0.10, 0.55. Web safe color of #4a7468 is #336666. Color #4a7468 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110100 01101000
Octal 112 164 150
Decimal 74 116 104
Hex 4A 74 68

RGB Percentages of Color #4a7468

%25.17
%39.46
%35.37

CMYK Percentages of Color #4a7468

%36
%0
%10
%55

Triadic Colors of #4a7468

#4a7468 #684a74 #74684a

Analogous Colors of #4a7468

#4a7468 #4a6b74 #4a7453

Monochromatic Colors of #4a7468

#4a7468

Complementary Color

#4a7468 #744a56

#4a7468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7468 Color CSS Codes

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

#4a7468 Text Font Color

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

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


#4a7468 Background Color

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

This div background color is #4a7468


#4a7468 Border Color

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

This div border color is #4a7468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7468


Comments

No comments written yet.

Please login to write comment.