Color Hex Logo

#48778a Color Hex

#48778A
(72,119,138)
0 Favorites   0 Comments

Color spaces of #48778a

RGB 72119138
HSL0.550.310.41
HSV197°48°54°
CMYK 0.480.140.00   0.46
XYZ13.856816.406326.4812
Yxy16.40630.24420.2891
Hunter Lab40.5047-9.8177-10.4094
CIE-Lab47.5031-10.5653-15.3525

#48778a color RGB value is (72,119,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110111 10001010
Octal 110 167 212
Decimal 72 119 138
Hex 48 77 8A

RGB Percentages of Color #48778a

%21.88
%36.17
%41.95

CMYK Percentages of Color #48778a

%48
%14
%0
%46

Triadic Colors of #48778a

#48778a #8a4877 #778a48

Analogous Colors of #48778a

#48778a #48568a #488a7c

Monochromatic Colors of #48778a

#48778a

Complementary Color

#48778a #8a5b48

#48778a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48778a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48778a Color CSS Codes

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

#48778a Text Font Color

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

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


#48778a Background Color

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

This div background color is #48778a


#48778a Border Color

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

This div border color is #48778a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48778a


Comments

No comments written yet.

Please login to write comment.