Color Hex Logo

#48494b Color Hex

#48494B
(72,73,75)
0 Favorites   0 Comments

Color spaces of #48494b

RGB 727375
HSL0.610.020.29
HSV220°29°
CMYK 0.040.030.00   0.71
XYZ6.32506.65087.6070
Yxy6.65080.30730.3231
Hunter Lab25.7891-1.35240.5637
CIE-Lab30.99840.0386-1.3406

#48494b color RGB value is (72,73,75).

#48494b hex color red value is 72, green value is 73 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #48494b hue: 0.61 , saturation: 0.02 and the lightness value of 48494b is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001001 01001011
Octal 110 111 113
Decimal 72 73 75
Hex 48 49 4B

RGB Percentages of Color #48494b

%32.73
%33.18
%34.09

CMYK Percentages of Color #48494b

%4
%3
%0
%71

Triadic Colors of #48494b

#48494b #4b4849 #494b48

Analogous Colors of #48494b

#48494b #49484b #484b4b

Monochromatic Colors of #48494b

#48494b

Complementary Color

#48494b #4b4a48

#48494b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48494b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48494b Color CSS Codes

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

#48494b Text Font Color

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

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


#48494b Background Color

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

This div background color is #48494b


#48494b Border Color

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

This div border color is #48494b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48494b

#48494b Color Palettes


Comments

No comments written yet.

Please login to write comment.