#49404E

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

Shades of Bossanova #49404E

Tints of Bossanova #49404E

Color information

#49404E (or 0x49404E) is unknown color: approx Bossanova. HEX triplet: 49, 40 and 4E. RGB value is (73,64,78). Sum of RGB (Red+Green+Blue) = 73+64+78=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 78 - color contains mainly: blue. Hex color #49404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49404E is #B6BFB1. Grayscale: #444444. Windows color (decimal): -11976626 or 5128265. OLE color: 5128265.

HSL color Cylindrical-coordinate representation of color #49404E: hue angle of 278.57º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49404E is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB736478-
CMYK0.060.1800.69
HSL278.57º9.86%27.84%-
HSV(B)278.57º17.95%30.59%-
XYZ5.965.637.98-
YUV68.29133.48131.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=33.95%
G=29.77%
B=36.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7364780.060.1800.69278.579.8627.84
Hex49404E612045117a1c
Octal11110011662201054271234
Binary1001001100000010011101101001001000101100010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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