Color Hex Logo

#48567e Color Hex

#48567E
(72,86,126)
0 Favorites   0 Comments

Color spaces of #48567e

RGB 7286126
HSL0.620.270.39
HSV224°43°49°
CMYK 0.430.320.00   0.51
XYZ9.76629.539721.0653
Yxy9.53970.24190.2363
Hunter Lab30.88642.3900-18.8168
CIE-Lab37.00335.7261-24.2881

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

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

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

Base Numbers

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

RGB Percentages of Color #48567e

%25.35
%30.28
%44.37

CMYK Percentages of Color #48567e

%43
%32
%0
%51

Triadic Colors of #48567e

#48567e #7e4856 #567e48

Analogous Colors of #48567e

#48567e #55487e #48717e

Monochromatic Colors of #48567e

#48567e

Complementary Color

#48567e #7e7048

#48567e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48567e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48567e Color CSS Codes

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

#48567e Text Font Color

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

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


#48567e Background Color

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

This div background color is #48567e


#48567e Border Color

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

This div border color is #48567e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48567e


Comments

No comments written yet.

Please login to write comment.