Color Hex Logo

#48849b Color Hex

#48849B
(72,132,155)
0 Favorites   0 Comments

Color spaces of #48849b

RGB 72132155
HSL0.550.370.45
HSV197°54°61°
CMYK 0.540.150.00   0.39
XYZ16.840120.246834.0308
Yxy20.24680.23680.2847
Hunter Lab44.9964-11.9394-13.3435
CIE-Lab52.1151-12.7727-18.2875

#48849b color RGB value is (72,132,155).

#48849b hex color red value is 72, green value is 132 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #48849b hue: 0.55 , saturation: 0.37 and the lightness value of 48849b is 0.45.

The process color (four color CMYK) of #48849b color hex is 0.54, 0.15, 0.00, 0.39. Web safe color of #48849b is #339999. Color #48849b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000100 10011011
Octal 110 204 233
Decimal 72 132 155
Hex 48 84 9B

RGB Percentages of Color #48849b

%20.06
%36.77
%43.18

CMYK Percentages of Color #48849b

%54
%15
%0
%39

Triadic Colors of #48849b

#48849b #9b4884 #849b48

Analogous Colors of #48849b

#48849b #485b9b #489b89

Monochromatic Colors of #48849b

#48849b

Complementary Color

#48849b #9b5f48

#48849b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48849b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48849b Color CSS Codes

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

#48849b Text Font Color

<p style="color:#48849b">Text here</p>

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


#48849b Background Color

<div style="background-color:#48849b">
Div content here</div>

This div background color is #48849b


#48849b Border Color

<div style="border:3px solid #48849b">
Div here</div>

This div border color is #48849b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,132,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48849b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48849b;
  -webkit-box-shadow: 1px 1px 3px 2px #48849b;
  box-shadow:         1px 1px 3px 2px #48849b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48849b


Comments

No comments written yet.

Please login to write comment.