#49646D

Color #49646D Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #49646D

Tints of Smalt Blue #49646D

Color information

#49646D (or 0x49646D) is unknown color: approx Smalt Blue. HEX triplet: 49, 64 and 6D. RGB value is (73,100,109). Sum of RGB (Red+Green+Blue) = 73+100+109=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #49646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49646D is #B69B92. Grayscale: #5C5C5C. Windows color (decimal): -11967379 or 7169097. OLE color: 7169097.

HSL color Cylindrical-coordinate representation of color #49646D: hue angle of 195º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49646D is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB73100109-
CMYK0.330.0800.57
HSL195º19.78%35.69%-
HSV(B)195º33.03%42.75%-
XYZ10.0711.6316.18-
YUV92.95137.05113.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=25.89%
G=35.46%
B=38.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal731001090.330.0800.5719519.7835.69
Hex49646D218039c31424
Octal11114415541100713032444
Binary100100111001001101101100001100001110011100001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49646D; }

 p { color: rgb(73,100,109); }

 H1.HeaderClassName
 {
   color: #49646D;
 }
 .AnyTagClassName
 {
   color: #49646D;
 }
</style>
background-color css

<style>
 a { background-color: #49646D; }

 a { background-color: rgb(73,100,109); }

 div.DivClassName
 {
   background-color: #49646D;
 }
 .BgClassName
 {
   background-color: #49646D;
 }
</style>
border-color css

<style>
 span { border-color: #49646D; }

 span { border-color: rgb(73,100,109); }

 td.TdClassName
 {
   border-color: #49646D;
 }
 .TagClassName
 {
   border-color: #49646D;
 }
</style>