Color Hex Logo

#48487e Color Hex

#48487E
(72,72,126)
0 Favorites   0 Comments

Color spaces of #48487e

RGB 7272126
HSL0.670.270.39
HSV240°43°49°
CMYK 0.430.430.00   0.51
XYZ8.75577.518820.7285
Yxy7.51880.23660.2032
Hunter Lab27.42049.0116-25.6260
CIE-Lab32.959914.7815-30.6397

#48487e color RGB value is (72,72,126).

#48487e hex color red value is 72, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #48487e hue: 0.67 , saturation: 0.27 and the lightness value of 48487e is 0.39.

The process color (four color CMYK) of #48487e color hex is 0.43, 0.43, 0.00, 0.51. Web safe color of #48487e is #333366. Color #48487e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001000 01111110
Octal 110 110 176
Decimal 72 72 126
Hex 48 48 7E

RGB Percentages of Color #48487e

%26.67
%26.67
%46.67

CMYK Percentages of Color #48487e

%43
%43
%0
%51

Triadic Colors of #48487e

#48487e #7e4848 #487e48

Analogous Colors of #48487e

#48487e #63487e #48637e

Monochromatic Colors of #48487e

#48487e

Complementary Color

#48487e #7e7e48

#48487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48487e Color CSS Codes

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

#48487e Text Font Color

<p style="color:#48487e">Text here</p>

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


#48487e Background Color

<div style="background-color:#48487e">
Div content here</div>

This div background color is #48487e


#48487e Border Color

<div style="border:3px solid #48487e">
Div here</div>

This div border color is #48487e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,72,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48487e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48487e;
  -webkit-box-shadow: 1px 1px 3px 2px #48487e;
  box-shadow:         1px 1px 3px 2px #48487e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48487e


Comments

No comments written yet.

Please login to write comment.