Color Hex Logo

#48414e Color Hex

#48414E
(72,65,78)
0 Favorites   0 Comments

Color spaces of #48414e

RGB 726578
HSL0.760.090.28
HSV272°17°31°
CMYK 0.080.170.00   0.69
XYZ5.93795.70847.9966
Yxy5.70840.30230.2906
Hunter Lab23.89232.5508-3.1194
CIE-Lab28.66455.8773-6.7474

#48414e color RGB value is (72,65,78).

#48414e hex color red value is 72, green value is 65 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #48414e hue: 0.76 , saturation: 0.09 and the lightness value of 48414e is 0.28.

The process color (four color CMYK) of #48414e color hex is 0.08, 0.17, 0.00, 0.69. Web safe color of #48414e is #333366. Color #48414e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000001 01001110
Octal 110 101 116
Decimal 72 65 78
Hex 48 41 4E

RGB Percentages of Color #48414e

%33.49
%30.23
%36.28

CMYK Percentages of Color #48414e

%8
%17
%0
%69

Triadic Colors of #48414e

#48414e #4e4841 #414e48

Analogous Colors of #48414e

#48414e #4e414e #42414e

Monochromatic Colors of #48414e

#48414e

Complementary Color

#48414e #474e41

#48414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48414e Color CSS Codes

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

#48414e Text Font Color

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

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


#48414e Background Color

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

This div background color is #48414e


#48414e Border Color

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

This div border color is #48414e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,65,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48414e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48414e;
  -webkit-box-shadow: 1px 1px 3px 2px #48414e;
  box-shadow:         1px 1px 3px 2px #48414e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48414e


Comments

No comments written yet.

Please login to write comment.