Color Hex Logo

#48647f Color Hex

#48647F
(72,100,127)
0 Favorites   0 Comments

Color spaces of #48647f

RGB 72100127
HSL0.580.280.39
HSV209°43°50°
CMYK 0.430.210.00   0.50
XYZ11.060412.024421.8167
Yxy12.02440.24630.2678
Hunter Lab34.6762-3.7486-13.0292
CIE-Lab41.2549-2.6809-18.3172

#48647f color RGB value is (72,100,127).

#48647f hex color red value is 72, green value is 100 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #48647f hue: 0.58 , saturation: 0.28 and the lightness value of 48647f is 0.39.

The process color (four color CMYK) of #48647f color hex is 0.43, 0.21, 0.00, 0.50. Web safe color of #48647f is #336666. Color #48647f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100100 01111111
Octal 110 144 177
Decimal 72 100 127
Hex 48 64 7F

RGB Percentages of Color #48647f

%24.08
%33.44
%42.47

CMYK Percentages of Color #48647f

%43
%21
%0
%50

Triadic Colors of #48647f

#48647f #7f4864 #647f48

Analogous Colors of #48647f

#48647f #48497f #487f7f

Monochromatic Colors of #48647f

#48647f

Complementary Color

#48647f #7f6348

#48647f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48647f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48647f Color CSS Codes

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

#48647f Text Font Color

<p style="color:#48647f">Text here</p>

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


#48647f Background Color

<div style="background-color:#48647f">
Div content here</div>

This div background color is #48647f


#48647f Border Color

<div style="border:3px solid #48647f">
Div here</div>

This div border color is #48647f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,100,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48647f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48647f;
  -webkit-box-shadow: 1px 1px 3px 2px #48647f;
  box-shadow:         1px 1px 3px 2px #48647f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48647f


Comments

No comments written yet.

Please login to write comment.