Color Hex Logo

#48566e Color Hex

#48566E
(72,86,110)
0 Favorites   0 Comments

Color spaces of #48566e

RGB 7286110
HSL0.610.210.36
HSV218°35°43°
CMYK 0.350.220.00   0.57
XYZ8.81479.159116.0551
Yxy9.15910.25900.2692
Hunter Lab30.2640-0.9721-10.2686
CIE-Lab36.28880.9389-15.5077

#48566e color RGB value is (72,86,110).

#48566e hex color red value is 72, green value is 86 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #48566e hue: 0.61 , saturation: 0.21 and the lightness value of 48566e is 0.36.

The process color (four color CMYK) of #48566e color hex is 0.35, 0.22, 0.00, 0.57. Web safe color of #48566e is #336666. Color #48566e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010110 01101110
Octal 110 126 156
Decimal 72 86 110
Hex 48 56 6E

RGB Percentages of Color #48566e

%26.87
%32.09
%41.04

CMYK Percentages of Color #48566e

%35
%22
%0
%57

Triadic Colors of #48566e

#48566e #6e4856 #566e48

Analogous Colors of #48566e

#48566e #4d486e #48696e

Monochromatic Colors of #48566e

#48566e

Complementary Color

#48566e #6e6048

#48566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48566e Color CSS Codes

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

#48566e Text Font Color

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

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


#48566e Background Color

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

This div background color is #48566e


#48566e Border Color

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

This div border color is #48566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48566e


Comments

No comments written yet.

Please login to write comment.