Color Hex Logo

#48499f Color Hex

#48499F
(72,73,159)
0 Favorites   0 Comments

Color spaces of #48499f

RGB 7273159
HSL0.660.380.45
HSV239°55°62°
CMYK 0.550.540.00   0.38
XYZ11.31308.646033.8735
Yxy8.64600.21020.1606
Hunter Lab29.404117.2194-47.7192
CIE-Lab35.293624.8586-47.0807

#48499f color RGB value is (72,73,159).

#48499f hex color red value is 72, green value is 73 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #48499f hue: 0.66 , saturation: 0.38 and the lightness value of 48499f is 0.45.

The process color (four color CMYK) of #48499f color hex is 0.55, 0.54, 0.00, 0.38. Web safe color of #48499f is #333399. Color #48499f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001001 10011111
Octal 110 111 237
Decimal 72 73 159
Hex 48 49 9F

RGB Percentages of Color #48499f

%23.68
%24.01
%52.30

CMYK Percentages of Color #48499f

%55
%54
%0
%38

Triadic Colors of #48499f

#48499f #9f4849 #499f48

Analogous Colors of #48499f

#48499f #73489f #48759f

Monochromatic Colors of #48499f

#48499f

Complementary Color

#48499f #9f9e48

#48499f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48499f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48499f Color CSS Codes

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

#48499f Text Font Color

<p style="color:#48499f">Text here</p>

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


#48499f Background Color

<div style="background-color:#48499f">
Div content here</div>

This div background color is #48499f


#48499f Border Color

<div style="border:3px solid #48499f">
Div here</div>

This div border color is #48499f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,73,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48499f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48499f;
  -webkit-box-shadow: 1px 1px 3px 2px #48499f;
  box-shadow:         1px 1px 3px 2px #48499f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48499f


Comments

No comments written yet.

Please login to write comment.