Color Hex Logo

#49628d Color Hex

#49628D
(73,98,141)
0 Favorites   0 Comments

Color spaces of #49628d

RGB 7398141
HSL0.610.320.42
HSV218°48°55°
CMYK 0.480.300.00   0.45
XYZ11.923112.074926.9016
Yxy12.07490.23420.2372
Hunter Lab34.74900.4364-21.5763
CIE-Lab41.33493.1626-26.6445

#49628d color RGB value is (73,98,141).

#49628d hex color red value is 73, green value is 98 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #49628d hue: 0.61 , saturation: 0.32 and the lightness value of 49628d is 0.42.

The process color (four color CMYK) of #49628d color hex is 0.48, 0.30, 0.00, 0.45. Web safe color of #49628d is #336699. Color #49628d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100010 10001101
Octal 111 142 215
Decimal 73 98 141
Hex 49 62 8D

RGB Percentages of Color #49628d

%23.40
%31.41
%45.19

CMYK Percentages of Color #49628d

%48
%30
%0
%45

Triadic Colors of #49628d

#49628d #8d4962 #628d49

Analogous Colors of #49628d

#49628d #52498d #49848d

Monochromatic Colors of #49628d

#49628d

Complementary Color

#49628d #8d7449

#49628d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49628d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49628d Color CSS Codes

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

#49628d Text Font Color

<p style="color:#49628d">Text here</p>

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


#49628d Background Color

<div style="background-color:#49628d">
Div content here</div>

This div background color is #49628d


#49628d Border Color

<div style="border:3px solid #49628d">
Div here</div>

This div border color is #49628d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,98,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49628d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49628d;
  -webkit-box-shadow: 1px 1px 3px 2px #49628d;
  box-shadow:         1px 1px 3px 2px #49628d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,98,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49628d

#49628d Color Palettes


Comments

No comments written yet.

Please login to write comment.