#49404C

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

Shades of Bossanova #49404C

Tints of Bossanova #49404C

Color information

#49404C (or 0x49404C) is unknown color: approx Bossanova. HEX triplet: 49, 40 and 4C. RGB value is (73,64,76). Sum of RGB (Red+Green+Blue) = 73+64+76=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #49404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49404C is #B6BFB3. Grayscale: #444444. Windows color (decimal): -11976628 or 4997193. OLE color: 4997193.

HSL color Cylindrical-coordinate representation of color #49404C: hue angle of 285º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #49404C is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB736476-
CMYK0.040.1600.70
HSL285º8.57%27.45%-
HSV(B)285º15.79%29.8%-
XYZ5.895.617.61-
YUV68.06132.48131.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=34.27%
G=30.05%
B=35.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7364760.040.1600.702858.5727.45
Hex49404C41004611d91b
Octal11110011442001064351133
Binary1001001100000010011001001000001000110100011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49404C; }

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

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

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

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

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

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

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

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