#49656D

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

Shades of Smalt Blue #49656D

Tints of Smalt Blue #49656D

Color information

#49656D (or 0x49656D) is unknown color: approx Smalt Blue. HEX triplet: 49, 65 and 6D. RGB value is (73,101,109). Sum of RGB (Red+Green+Blue) = 73+101+109=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #49656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49656D is #B69A92. Grayscale: #5D5D5D. Windows color (decimal): -11967123 or 7169353. OLE color: 7169353.

HSL color Cylindrical-coordinate representation of color #49656D: hue angle of 193.33º 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 #49656D is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB73101109-
CMYK0.330.0700.57
HSL193.33º19.78%35.69%-
HSV(B)193.33º33.03%42.75%-
XYZ10.1611.8316.22-
YUV93.54136.72113.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=25.80%
G=35.69%
B=38.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal731011090.330.0700.57193.3319.7835.69
Hex49656D217039c11424
Octal1111451554170713012444
Binary10010011100101110110110000111101110011100000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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