Color Hex Logo

#48679e Color Hex

#48679E
(72,103,158)
0 Favorites   0 Comments

Color spaces of #48679e

RGB 72103158
HSL0.610.370.45
HSV218°54°62°
CMYK 0.540.350.00   0.38
XYZ13.694313.546834.2408
Yxy13.54680.22270.2203
Hunter Lab36.80602.0035-29.3936
CIE-Lab43.57585.3298-33.2890

#48679e color RGB value is (72,103,158).

#48679e hex color red value is 72, green value is 103 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #48679e hue: 0.61 , saturation: 0.37 and the lightness value of 48679e is 0.45.

The process color (four color CMYK) of #48679e color hex is 0.54, 0.35, 0.00, 0.38. Web safe color of #48679e is #336699. Color #48679e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100111 10011110
Octal 110 147 236
Decimal 72 103 158
Hex 48 67 9E

RGB Percentages of Color #48679e

%21.62
%30.93
%47.45

CMYK Percentages of Color #48679e

%54
%35
%0
%38

Triadic Colors of #48679e

#48679e #9e4867 #679e48

Analogous Colors of #48679e

#48679e #54489e #48929e

Monochromatic Colors of #48679e

#48679e

Complementary Color

#48679e #9e7f48

#48679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48679e Color CSS Codes

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

#48679e Text Font Color

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

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


#48679e Background Color

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

This div background color is #48679e


#48679e Border Color

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

This div border color is #48679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48679e


Comments

No comments written yet.

Please login to write comment.