Color Hex Logo

#48466b Color Hex

#48466B
(72,70,107)
0 Favorites   0 Comments

Color spaces of #48466b

RGB 7270107
HSL0.680.210.35
HSV243°35°42°
CMYK 0.330.350.00   0.58
XYZ7.51656.819614.8301
Yxy6.81960.25770.2338
Hunter Lab26.11445.6775-15.3902
CIE-Lab31.392610.3375-21.1907

#48466b color RGB value is (72,70,107).

#48466b hex color red value is 72, green value is 70 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #48466b hue: 0.68 , saturation: 0.21 and the lightness value of 48466b is 0.35.

The process color (four color CMYK) of #48466b color hex is 0.33, 0.35, 0.00, 0.58. Web safe color of #48466b is #333366. Color #48466b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000110 01101011
Octal 110 106 153
Decimal 72 70 107
Hex 48 46 6B

RGB Percentages of Color #48466b

%28.92
%28.11
%42.97

CMYK Percentages of Color #48466b

%33
%35
%0
%58

Triadic Colors of #48466b

#48466b #6b4846 #466b48

Analogous Colors of #48466b

#48466b #5b466b #46576b

Monochromatic Colors of #48466b

#48466b

Complementary Color

#48466b #696b46

#48466b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48466b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48466b Color CSS Codes

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

#48466b Text Font Color

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

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


#48466b Background Color

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

This div background color is #48466b


#48466b Border Color

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

This div border color is #48466b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48466b


Comments

No comments written yet.

Please login to write comment.