#496064

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

Shades of Smalt Blue #496064

Tints of Smalt Blue #496064

Color information

#496064 (or 0x496064) is unknown color: approx Smalt Blue. HEX triplet: 49, 60 and 64. RGB value is (73,96,100). Sum of RGB (Red+Green+Blue) = 73+96+100=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 100 - color contains mainly: blue. Hex color #496064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496064 is #B69F9B. Grayscale: #595959. Windows color (decimal): -11968412 or 6578249. OLE color: 6578249.

HSL color Cylindrical-coordinate representation of color #496064: hue angle of 188.89º 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 #496064 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7396100-
CMYK0.270.0400.61
HSL188.89º15.61%33.92%-
HSV(B)188.89º27%39.22%-
XYZ9.2310.713.64-
YUV89.58133.88116.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=27.14%
G=35.69%
B=37.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73961000.270.0400.61188.8915.6133.92
Hex4960641B403Dbd1022
Octal1111401443340752752042
Binary1001001110000011001001101110001111011011110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496064; }

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

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

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

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

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

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

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

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