#494049

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

Shades of Bossanova #494049

Tints of Bossanova #494049

Color information

#494049 (or 0x494049) is unknown color: approx Bossanova. HEX triplet: 49, 40 and 49. RGB value is (73,64,73). Sum of RGB (Red+Green+Blue) = 73+64+73=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #494049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494049 is #B6BFB6. Grayscale: #434343. Windows color (decimal): -11976631 or 4800585. OLE color: 4800585.

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

Color convert

RGB736473-
CMYK00.1200.71
HSL300º6.57%26.86%-
HSV(B)300º12.33%28.63%-
XYZ5.785.567.07-
YUV67.72130.98131.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=34.76%
G=30.48%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73647300.1200.713006.5726.86
Hex4940490C04712c71b
Octal1111001110140107454733
Binary100100110000001001001011000100011110010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494049; }

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

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

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

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

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

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

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

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