Color Hex Logo

#48739e Color Hex

#48739E
(72,115,158)
0 Favorites   0 Comments

Color spaces of #48739e

RGB 72115158
HSL0.580.370.45
HSV210°54°62°
CMYK 0.540.270.00   0.38
XYZ14.974816.107834.6676
Yxy16.10780.22780.2450
Hunter Lab40.1345-3.6344-23.1196
CIE-Lab47.1156-2.0000-27.7487

#48739e color RGB value is (72,115,158).

#48739e hex color red value is 72, green value is 115 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #48739e hue: 0.58 , saturation: 0.37 and the lightness value of 48739e is 0.45.

The process color (four color CMYK) of #48739e color hex is 0.54, 0.27, 0.00, 0.38. Web safe color of #48739e is #336699. Color #48739e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110011 10011110
Octal 110 163 236
Decimal 72 115 158
Hex 48 73 9E

RGB Percentages of Color #48739e

%20.87
%33.33
%45.80

CMYK Percentages of Color #48739e

%54
%27
%0
%38

Triadic Colors of #48739e

#48739e #9e4873 #739e48

Analogous Colors of #48739e

#48739e #48489e #489e9e

Monochromatic Colors of #48739e

#48739e

Complementary Color

#48739e #9e7348

#48739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48739e Color CSS Codes

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

#48739e Text Font Color

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

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


#48739e Background Color

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

This div background color is #48739e


#48739e Border Color

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

This div border color is #48739e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48739e


Comments

No comments written yet.

Please login to write comment.