Color Hex Logo

#484749 Color Hex

#484749
(72,71,73)
0 Favorites   0 Comments

Color spaces of #484749

RGB 727173
HSL0.750.010.28
HSV270°29°
CMYK 0.010.030.00   0.71
XYZ6.12836.36527.2089
Yxy6.36520.31100.3231
Hunter Lab25.2293-0.79310.7193
CIE-Lab30.31570.8583-1.0548

#484749 color RGB value is (72,71,73).

#484749 hex color red value is 72, green value is 71 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #484749 hue: 0.75 , saturation: 0.01 and the lightness value of 484749 is 0.28.

The process color (four color CMYK) of #484749 color hex is 0.01, 0.03, 0.00, 0.71. Web safe color of #484749 is #333333. Color #484749 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 01001001
Octal 110 107 111
Decimal 72 71 73
Hex 48 47 49

RGB Percentages of Color #484749

%33.33
%32.87
%33.80

CMYK Percentages of Color #484749

%1
%3
%0
%71

Triadic Colors of #484749

#484749 #494847 #474948

Analogous Colors of #484749

#484749 #494749 #474749

Monochromatic Colors of #484749

#484749

Complementary Color

#484749 #484947

#484749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484749 Color CSS Codes

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

#484749 Text Font Color

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

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


#484749 Background Color

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

This div background color is #484749


#484749 Border Color

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

This div border color is #484749


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,71,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #484749; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #484749;
  -webkit-box-shadow: 1px 1px 3px 2px #484749;
  box-shadow:         1px 1px 3px 2px #484749; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,71,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484749


Comments

No comments written yet.

Please login to write comment.