#496167

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

Shades of Smalt Blue #496167

Tints of Smalt Blue #496167

Color information

#496167 (or 0x496167) is unknown color: approx Smalt Blue. HEX triplet: 49, 61 and 67. RGB value is (73,97,103). Sum of RGB (Red+Green+Blue) = 73+97+103=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 103 - color contains mainly: blue. Hex color #496167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496167 is #B69E98. Grayscale: #5A5A5A. Windows color (decimal): -11968153 or 6775113. OLE color: 6775113.

HSL color Cylindrical-coordinate representation of color #496167: hue angle of 192º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #496167 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7397103-
CMYK0.290.0600.60
HSL192º17.05%34.51%-
HSV(B)192º29.13%40.39%-
XYZ9.4710.9514.45-
YUV90.51135.05115.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=26.74%
G=35.53%
B=37.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73971030.290.0600.6019217.0534.51
Hex4961671D603Cc01123
Octal1111411473560743002143
Binary1001001110000111001111110111001111001100000010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496167; }

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

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

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

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

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

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

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

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