Color Hex Logo

#48639a Color Hex

#48639A
(72,99,154)
0 Favorites   0 Comments

Color spaces of #48639a

RGB 7299154
HSL0.610.360.44
HSV220°53°60°
CMYK 0.530.360.00   0.40
XYZ12.967112.634532.3271
Yxy12.63450.22380.2181
Hunter Lab35.54502.9143-29.0409
CIE-Lab42.20736.5043-33.0661

#48639a color RGB value is (72,99,154).

#48639a hex color red value is 72, green value is 99 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #48639a hue: 0.61 , saturation: 0.36 and the lightness value of 48639a is 0.44.

The process color (four color CMYK) of #48639a color hex is 0.53, 0.36, 0.00, 0.40. Web safe color of #48639a is #336699. Color #48639a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100011 10011010
Octal 110 143 232
Decimal 72 99 154
Hex 48 63 9A

RGB Percentages of Color #48639a

%22.15
%30.46
%47.38

CMYK Percentages of Color #48639a

%53
%36
%0
%40

Triadic Colors of #48639a

#48639a #9a4863 #639a48

Analogous Colors of #48639a

#48639a #56489a #488c9a

Monochromatic Colors of #48639a

#48639a

Complementary Color

#48639a #9a7f48

#48639a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48639a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48639a Color CSS Codes

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

#48639a Text Font Color

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

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


#48639a Background Color

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

This div background color is #48639a


#48639a Border Color

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

This div border color is #48639a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48639a


Comments

No comments written yet.

Please login to write comment.