Color Hex Logo

#49668b Color Hex

#49668B
(73,102,139)
0 Favorites   0 Comments

Color spaces of #49668b

RGB 73102139
HSL0.590.310.42
HSV214°47°55°
CMYK 0.470.270.00   0.45
XYZ12.159212.783326.2527
Yxy12.78330.23750.2497
Hunter Lab35.7537-1.8644-18.5069
CIE-Lab42.43490.0626-23.7307

#49668b color RGB value is (73,102,139).

#49668b hex color red value is 73, green value is 102 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #49668b hue: 0.59 , saturation: 0.31 and the lightness value of 49668b is 0.42.

The process color (four color CMYK) of #49668b color hex is 0.47, 0.27, 0.00, 0.45. Web safe color of #49668b is #336699. Color #49668b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100110 10001011
Octal 111 146 213
Decimal 73 102 139
Hex 49 66 8B

RGB Percentages of Color #49668b

%23.25
%32.48
%44.27

CMYK Percentages of Color #49668b

%47
%27
%0
%45

Triadic Colors of #49668b

#49668b #8b4966 #668b49

Analogous Colors of #49668b

#49668b #4d498b #49878b

Monochromatic Colors of #49668b

#49668b

Complementary Color

#49668b #8b6e49

#49668b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49668b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49668b Color CSS Codes

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

#49668b Text Font Color

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

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


#49668b Background Color

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

This div background color is #49668b


#49668b Border Color

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

This div border color is #49668b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,102,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49668b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49668b;
  -webkit-box-shadow: 1px 1px 3px 2px #49668b;
  box-shadow:         1px 1px 3px 2px #49668b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49668b


Comments

No comments written yet.

Please login to write comment.