Color Hex Logo

#48768a Color Hex

#48768A
(72,118,138)
0 Favorites   0 Comments

Color spaces of #48768a

RGB 72118138
HSL0.550.310.41
HSV198°48°54°
CMYK 0.480.140.00   0.46
XYZ13.738416.169626.4417
Yxy16.16960.24380.2870
Hunter Lab40.2114-9.3848-10.8391
CIE-Lab47.1962-9.9942-15.8195

#48768a color RGB value is (72,118,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110110 10001010
Octal 110 166 212
Decimal 72 118 138
Hex 48 76 8A

RGB Percentages of Color #48768a

%21.95
%35.98
%42.07

CMYK Percentages of Color #48768a

%48
%14
%0
%46

Triadic Colors of #48768a

#48768a #8a4876 #768a48

Analogous Colors of #48768a

#48768a #48558a #488a7d

Monochromatic Colors of #48768a

#48768a

Complementary Color

#48768a #8a5c48

#48768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48768a Color CSS Codes

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

#48768a Text Font Color

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

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


#48768a Background Color

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

This div background color is #48768a


#48768a Border Color

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

This div border color is #48768a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,118,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 #48768a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48768a


Comments

No comments written yet.

Please login to write comment.