#496169

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

Shades of Smalt Blue #496169

Tints of Smalt Blue #496169

Color information

#496169 (or 0x496169) is unknown color: approx Smalt Blue. HEX triplet: 49, 61 and 69. RGB value is (73,97,105). Sum of RGB (Red+Green+Blue) = 73+97+105=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #496169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496169 is #B69E96. Grayscale: #5A5A5A. Windows color (decimal): -11968151 or 6906185. OLE color: 6906185.

HSL color Cylindrical-coordinate representation of color #496169: hue angle of 195º 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 #496169 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7397105-
CMYK0.300.0800.59
HSL195º17.98%34.9%-
HSV(B)195º30.48%41.18%-
XYZ9.5710.9914.98-
YUV90.74136.05115.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=26.55%
G=35.27%
B=38.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73971050.300.0800.5919517.9834.9
Hex4961691E803Bc31223
Octal11114115136100733032243
Binary10010011100001110100111110100001110111100001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496169; }

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

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

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

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

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

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

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

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