#496063

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

Shades of Smalt Blue #496063

Tints of Smalt Blue #496063

Color information

#496063 (or 0x496063) is unknown color: approx Smalt Blue. HEX triplet: 49, 60 and 63. RGB value is (73,96,99). Sum of RGB (Red+Green+Blue) = 73+96+99=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #496063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496063 is #B69F9C. Grayscale: #595959. Windows color (decimal): -11968413 or 6512713. OLE color: 6512713.

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

Color convert

RGB739699-
CMYK0.260.0300.61
HSL186.92º15.12%33.73%-
HSV(B)186.92º26.26%38.82%-
XYZ9.1810.6813.38-
YUV89.46133.38116.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=27.24%
G=35.82%
B=36.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7396990.260.0300.61186.9215.1233.73
Hex4960631A303Dbbf22
Octal1111401433230752731742
Binary10010011100000110001111010110111101101110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496063; }

 p { color: rgb(73,96,99); }

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

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

 a { background-color: rgb(73,96,99); }

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

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

 span { border-color: rgb(73,96,99); }

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