#49666E

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

Shades of Smalt Blue #49666E

Tints of Smalt Blue #49666E

Color information

#49666E (or 0x49666E) is unknown color: approx Smalt Blue. HEX triplet: 49, 66 and 6E. RGB value is (73,102,110). Sum of RGB (Red+Green+Blue) = 73+102+110=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #49666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49666E is #B69991. Grayscale: #5E5E5E. Windows color (decimal): -11966866 or 7235145. OLE color: 7235145.

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

Color convert

RGB73102110-
CMYK0.340.0700.57
HSL192.97º20.22%35.88%-
HSV(B)192.97º33.64%43.14%-
XYZ10.3112.0416.53-
YUV94.24136.89112.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=25.61%
G=35.79%
B=38.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal731021100.340.0700.57192.9720.2235.88
Hex49666E227039c11424
Octal1111461564270713012444
Binary10010011100110110111010001011101110011100000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49666E; }

 p { color: rgb(73,102,110); }

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

<style>
 a { background-color: #49666E; }

 a { background-color: rgb(73,102,110); }

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

<style>
 span { border-color: #49666E; }

 span { border-color: rgb(73,102,110); }

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