Color Hex Logo

#48718a Color Hex

#48718A
(72,113,138)
0 Favorites   0 Comments

Color spaces of #48718a

RGB 72113138
HSL0.560.310.41
HSV203°48°54°
CMYK 0.480.180.00   0.46
XYZ13.165115.023026.2506
Yxy15.02300.24180.2760
Hunter Lab38.7595-7.1996-13.0236
CIE-Lab45.6657-7.0991-18.1570

#48718a color RGB value is (72,113,138).

#48718a hex color red value is 72, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #48718a hue: 0.56 , saturation: 0.31 and the lightness value of 48718a is 0.41.

The process color (four color CMYK) of #48718a color hex is 0.48, 0.18, 0.00, 0.46. Web safe color of #48718a is #336699. Color #48718a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110001 10001010
Octal 110 161 212
Decimal 72 113 138
Hex 48 71 8A

RGB Percentages of Color #48718a

%22.29
%34.98
%42.72

CMYK Percentages of Color #48718a

%48
%18
%0
%46

Triadic Colors of #48718a

#48718a #8a4871 #718a48

Analogous Colors of #48718a

#48718a #48508a #488a82

Monochromatic Colors of #48718a

#48718a

Complementary Color

#48718a #8a6148

#48718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48718a Color CSS Codes

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

#48718a Text Font Color

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

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


#48718a Background Color

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

This div background color is #48718a


#48718a Border Color

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

This div border color is #48718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48718a


Comments

No comments written yet.

Please login to write comment.