Color Hex Logo

#48659a Color Hex

#48659A
(72,101,154)
0 Favorites   0 Comments

Color spaces of #48659a

RGB 72101154
HSL0.610.360.44
HSV219°53°60°
CMYK 0.530.340.00   0.40
XYZ13.158913.018232.3911
Yxy13.01820.22470.2223
Hunter Lab36.08071.9589-27.9704
CIE-Lab42.79075.2527-32.1483

#48659a color RGB value is (72,101,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100101 10011010
Octal 110 145 232
Decimal 72 101 154
Hex 48 65 9A

RGB Percentages of Color #48659a

%22.02
%30.89
%47.09

CMYK Percentages of Color #48659a

%53
%34
%0
%40

Triadic Colors of #48659a

#48659a #9a4865 #659a48

Analogous Colors of #48659a

#48659a #54489a #488e9a

Monochromatic Colors of #48659a

#48659a

Complementary Color

#48659a #9a7d48

#48659a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48659a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48659a Color CSS Codes

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

#48659a Text Font Color

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

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


#48659a Background Color

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

This div background color is #48659a


#48659a Border Color

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

This div border color is #48659a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48659a


Comments

No comments written yet.

Please login to write comment.