#494449

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

Shades of Bossanova #494449

Tints of Bossanova #494449

Color information

#494449 (or 0x494449) is unknown color: approx Bossanova. HEX triplet: 49, 44 and 49. RGB value is (73,68,73). Sum of RGB (Red+Green+Blue) = 73+68+73=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #494449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494449 is #B6BBB6. Grayscale: #464646. Windows color (decimal): -11975607 or 4801609. OLE color: 4801609.

HSL color Cylindrical-coordinate representation of color #494449: hue angle of 300º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #494449 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB736873-
CMYK00.0700.71
HSL300º3.55%27.65%-
HSV(B)300º6.85%28.63%-
XYZ6.026.037.15-
YUV70.06129.66130.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=34.11%
G=31.78%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73687300.0700.713003.5527.65
Hex4944490704712c41c
Octal111104111070107454434
Binary10010011000100100100101110100011110010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494449; }

 p { color: rgb(73,68,73); }

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

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

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

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

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

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

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