Color Hex Logo

#4a505d Color Hex

#4A505D
(74,80,93)
0 Favorites   0 Comments

Color spaces of #4a505d

RGB 748093
HSL0.610.110.33
HSV221°20°36°
CMYK 0.200.140.00   0.64
XYZ7.66857.983511.4927
Yxy7.98350.28250.2941
Hunter Lab28.2551-1.0011-4.3375
CIE-Lab33.94850.7579-8.4005

#4a505d color RGB value is (74,80,93).

#4a505d hex color red value is 74, green value is 80 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #4a505d hue: 0.61 , saturation: 0.11 and the lightness value of 4a505d is 0.33.

The process color (four color CMYK) of #4a505d color hex is 0.20, 0.14, 0.00, 0.64. Web safe color of #4a505d is #336666. Color #4a505d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010000 01011101
Octal 112 120 135
Decimal 74 80 93
Hex 4A 50 5D

RGB Percentages of Color #4a505d

%29.96
%32.39
%37.65

CMYK Percentages of Color #4a505d

%20
%14
%0
%64

Triadic Colors of #4a505d

#4a505d #5d4a50 #505d4a

Analogous Colors of #4a505d

#4a505d #4e4a5d #4a5a5d

Monochromatic Colors of #4a505d

#4a505d

Complementary Color

#4a505d #5d574a

#4a505d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a505d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a505d Color CSS Codes

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

#4a505d Text Font Color

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

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


#4a505d Background Color

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

This div background color is #4a505d


#4a505d Border Color

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

This div border color is #4a505d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a505d


Comments

No comments written yet.

Please login to write comment.