Color Hex Logo

#48465e Color Hex

#48465E
(72,70,94)
1 Favorites   0 Comments

Color spaces of #48465e

RGB 727094
HSL0.680.150.32
HSV245°26°37°
CMYK 0.230.260.00   0.63
XYZ6.88306.566211.4943
Yxy6.56620.27590.2632
Hunter Lab25.62463.1037-8.6582
CIE-Lab30.79826.6925-13.8364

#48465e color RGB value is (72,70,94).

#48465e hex color red value is 72, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #48465e hue: 0.68 , saturation: 0.15 and the lightness value of 48465e is 0.32.

The process color (four color CMYK) of #48465e color hex is 0.23, 0.26, 0.00, 0.63. Web safe color of #48465e is #333366. Color #48465e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000110 01011110
Octal 110 106 136
Decimal 72 70 94
Hex 48 46 5E

RGB Percentages of Color #48465e

%30.51
%29.66
%39.83

CMYK Percentages of Color #48465e

%23
%26
%0
%63

Triadic Colors of #48465e

#48465e #5e4846 #465e48

Analogous Colors of #48465e

#48465e #54465e #46505e

Monochromatic Colors of #48465e

#48465e

Complementary Color

#48465e #5c5e46

#48465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48465e Color CSS Codes

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

#48465e Text Font Color

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

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


#48465e Background Color

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

This div background color is #48465e


#48465e Border Color

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

This div border color is #48465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48465e


Comments

No comments written yet.

Please login to write comment.