Color Hex Logo

#48748a Color Hex

#48748A
(72,116,138)
0 Favorites   0 Comments

Color spaces of #48748a

RGB 72116138
HSL0.560.310.41
HSV200°48°54°
CMYK 0.480.160.00   0.46
XYZ13.505315.703526.3640
Yxy15.70350.24300.2826
Hunter Lab39.6276-8.5147-11.7059
CIE-Lab46.5831-8.8438-16.7543

#48748a color RGB value is (72,116,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110100 10001010
Octal 110 164 212
Decimal 72 116 138
Hex 48 74 8A

RGB Percentages of Color #48748a

%22.09
%35.58
%42.33

CMYK Percentages of Color #48748a

%48
%16
%0
%46

Triadic Colors of #48748a

#48748a #8a4874 #748a48

Analogous Colors of #48748a

#48748a #48538a #488a7f

Monochromatic Colors of #48748a

#48748a

Complementary Color

#48748a #8a5e48

#48748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48748a Color CSS Codes

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

#48748a Text Font Color

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

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


#48748a Background Color

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

This div background color is #48748a


#48748a Border Color

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

This div border color is #48748a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48748a


Comments

No comments written yet.

Please login to write comment.