#496369

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

Shades of Smalt Blue #496369

Tints of Smalt Blue #496369

Color information

#496369 (or 0x496369) is unknown color: approx Smalt Blue. HEX triplet: 49, 63 and 69. RGB value is (73,99,105). Sum of RGB (Red+Green+Blue) = 73+99+105=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 105 - color contains mainly: blue. Hex color #496369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496369 is #B69C96. Grayscale: #5B5B5B. Windows color (decimal): -11967639 or 6906697. OLE color: 6906697.

HSL color Cylindrical-coordinate representation of color #496369: hue angle of 191.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496369 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7399105-
CMYK0.300.0600.59
HSL191.25º17.98%34.9%-
HSV(B)191.25º30.48%41.18%-
XYZ9.7611.3615.04-
YUV91.91135.39114.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=26.35%
G=35.74%
B=37.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73991050.300.0600.59191.2517.9834.9
Hex4963691E603Bbf1223
Octal1111431513660732772243
Binary1001001110001111010011111011001110111011111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496369; }

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

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

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

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

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

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

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

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