#49444A

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

Shades of Bossanova #49444A

Tints of Bossanova #49444A

Color information

#49444A (or 0x49444A) is unknown color: approx Bossanova. HEX triplet: 49, 44 and 4A. RGB value is (73,68,74). Sum of RGB (Red+Green+Blue) = 73+68+74=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 74 - color contains mainly: blue. Hex color #49444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49444A is #B6BBB5. Grayscale: #464646. Windows color (decimal): -11975606 or 4867145. OLE color: 4867145.

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

Color convert

RGB736874-
CMYK0.010.0800.71
HSL290º4.23%27.84%-
HSV(B)290º8.11%29.02%-
XYZ6.056.057.33-
YUV70.18130.16130.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=33.95%
G=31.63%
B=34.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7368740.010.0800.712904.2327.84
Hex49444A1804712241c
Octal1111041121100107442434
Binary100100110001001001010110000100011110010001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49444A; }

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

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

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

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

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

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

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

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