#494849

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

Shades of Bossanova #494849

Tints of Bossanova #494849

Color information

#494849 (or 0x494849) is unknown color: approx Bossanova. HEX triplet: 49, 48 and 49. RGB value is (73,72,73). Sum of RGB (Red+Green+Blue) = 73+72+73=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #494849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494849 is #B6B7B6. Grayscale: #484848. Windows color (decimal): -11974583 or 4802633. OLE color: 4802633.

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

Color convert

RGB737273-
CMYK00.0100.71
HSL300º0.69%28.43%-
HSV(B)300º1.37%28.63%-
XYZ6.276.537.23-
YUV72.41128.33128.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=33.49%
G=33.03%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73727300.0100.713000.6928.43
Hex4948490104712c11c
Octal111110111010107454134
Binary1001001100100010010010101000111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494849; }

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

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

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

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

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

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

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

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