#496164

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

Shades of Smalt Blue #496164

Tints of Smalt Blue #496164

Color information

#496164 (or 0x496164) is unknown color: approx Smalt Blue. HEX triplet: 49, 61 and 64. RGB value is (73,97,100). Sum of RGB (Red+Green+Blue) = 73+97+100=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 100 - color contains mainly: blue. Hex color #496164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496164 is #B69E9B. Grayscale: #5A5A5A. Windows color (decimal): -11968156 or 6578505. OLE color: 6578505.

HSL color Cylindrical-coordinate representation of color #496164: hue angle of 186.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #496164 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7397100-
CMYK0.270.0300.61
HSL186.67º15.61%33.92%-
HSV(B)186.67º27%39.22%-
XYZ9.3210.8913.67-
YUV90.17133.55115.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=27.04%
G=35.93%
B=37.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73971000.270.0300.61186.6715.6133.92
Hex4961641B303Dbb1022
Octal1111411443330752732042
Binary100100111000011100100110111101111011011101110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496164; }

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

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

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

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

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

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

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

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