#496861

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

Shades of Stromboli #496861

Tints of Stromboli #496861

Color information

#496861 (or 0x496861) is unknown color: approx Stromboli. HEX triplet: 49, 68 and 61. RGB value is (73,104,97). Sum of RGB (Red+Green+Blue) = 73+104+97=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #496861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496861 is #B6979E. Grayscale: #5D5D5D. Windows color (decimal): -11966367 or 6383689. OLE color: 6383689.

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

Color convert

RGB7310497-
CMYK0.3000.070.59
HSL166.45º17.51%34.71%-
HSV(B)166.45º29.81%40.78%-
XYZ9.8612.1813.14-
YUV93.93129.73113.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=26.64%
G=37.96%
B=35.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104970.3000.070.59166.4517.5134.71
Hex4968611E073Ba61223
Octal1111501413607732462243
Binary1001001110100011000011111001111110111010011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496861; }

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

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

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

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

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

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

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

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