Color Hex Logo

#48475b Color Hex

#48475B
(72,71,91)
0 Favorites   0 Comments

Color spaces of #48475b

RGB 727191
HSL0.680.120.32
HSV243°22°36°
CMYK 0.210.220.00   0.64
XYZ6.81416.639510.8199
Yxy6.63950.28070.2735
Hunter Lab25.76722.1114-6.8594
CIE-Lab30.97175.2470-11.6513

#48475b color RGB value is (72,71,91).

#48475b hex color red value is 72, green value is 71 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #48475b hue: 0.68 , saturation: 0.12 and the lightness value of 48475b is 0.32.

The process color (four color CMYK) of #48475b color hex is 0.21, 0.22, 0.00, 0.64. Web safe color of #48475b is #333366. Color #48475b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 01011011
Octal 110 107 133
Decimal 72 71 91
Hex 48 47 5B

RGB Percentages of Color #48475b

%30.77
%30.34
%38.89

CMYK Percentages of Color #48475b

%21
%22
%0
%64

Triadic Colors of #48475b

#48475b #5b4847 #475b48

Analogous Colors of #48475b

#48475b #52475b #47505b

Monochromatic Colors of #48475b

#48475b

Complementary Color

#48475b #5a5b47

#48475b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48475b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48475b Color CSS Codes

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

#48475b Text Font Color

<p style="color:#48475b">Text here</p>

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


#48475b Background Color

<div style="background-color:#48475b">
Div content here</div>

This div background color is #48475b


#48475b Border Color

<div style="border:3px solid #48475b">
Div here</div>

This div border color is #48475b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,71,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48475b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48475b;
  -webkit-box-shadow: 1px 1px 3px 2px #48475b;
  box-shadow:         1px 1px 3px 2px #48475b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48475b


Comments

No comments written yet.

Please login to write comment.