Color Hex Logo

#48495f Color Hex

#48495F
(72,73,95)
0 Favorites   0 Comments

Color spaces of #48495f

RGB 727395
HSL0.660.140.33
HSV237°24°37°
CMYK 0.240.230.00   0.63
XYZ7.12066.969011.7963
Yxy6.96900.27510.2692
Hunter Lab26.39891.9490-8.0145
CIE-Lab31.73625.0204-13.0398

#48495f color RGB value is (72,73,95).

#48495f hex color red value is 72, green value is 73 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #48495f hue: 0.66 , saturation: 0.14 and the lightness value of 48495f is 0.33.

The process color (four color CMYK) of #48495f color hex is 0.24, 0.23, 0.00, 0.63. Web safe color of #48495f is #333366. Color #48495f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001001 01011111
Octal 110 111 137
Decimal 72 73 95
Hex 48 49 5F

RGB Percentages of Color #48495f

%30.00
%30.42
%39.58

CMYK Percentages of Color #48495f

%24
%23
%0
%63

Triadic Colors of #48495f

#48495f #5f4849 #495f48

Analogous Colors of #48495f

#48495f #53485f #48555f

Monochromatic Colors of #48495f

#48495f

Complementary Color

#48495f #5f5e48

#48495f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48495f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48495f Color CSS Codes

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

#48495f Text Font Color

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

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


#48495f Background Color

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

This div background color is #48495f


#48495f Border Color

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

This div border color is #48495f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48495f


Comments

No comments written yet.

Please login to write comment.