Color Hex Logo

#48464a Color Hex

#48464A
(72,70,74)
0 Favorites   0 Comments

Color spaces of #48464a

RGB 727074
HSL0.750.030.28
HSV270°29°
CMYK 0.030.050.00   0.71
XYZ6.09876.25247.3640
Yxy6.25240.30930.3171
Hunter Lab25.0048-0.22200.0422
CIE-Lab30.04051.7213-2.1055

#48464a color RGB value is (72,70,74).

#48464a hex color red value is 72, green value is 70 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #48464a hue: 0.75 , saturation: 0.03 and the lightness value of 48464a is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000110 01001010
Octal 110 106 112
Decimal 72 70 74
Hex 48 46 4A

RGB Percentages of Color #48464a

%33.33
%32.41
%34.26

CMYK Percentages of Color #48464a

%3
%5
%0
%71

Triadic Colors of #48464a

#48464a #4a4846 #464a48

Analogous Colors of #48464a

#48464a #4a464a #46464a

Monochromatic Colors of #48464a

#48464a

Complementary Color

#48464a #484a46

#48464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48464a Color CSS Codes

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

#48464a Text Font Color

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

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


#48464a Background Color

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

This div background color is #48464a


#48464a Border Color

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

This div border color is #48464a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,70,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48464a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48464a;
  -webkit-box-shadow: 1px 1px 3px 2px #48464a;
  box-shadow:         1px 1px 3px 2px #48464a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48464a

#48464a Color Palettes


Comments

No comments written yet.

Please login to write comment.