#49364D

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

Shades of Bossanova #49364D

Tints of Bossanova #49364D

Color information

#49364D (or 0x49364D) is unknown color: approx Bossanova. HEX triplet: 49, 36 and 4D. RGB value is (73,54,77). Sum of RGB (Red+Green+Blue) = 73+54+77=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #49364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49364D is #B6C9B2. Grayscale: #3E3E3E. Windows color (decimal): -11979187 or 5060169. OLE color: 5060169.

HSL color Cylindrical-coordinate representation of color #49364D: hue angle of 289.57º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49364D is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB735477-
CMYK0.050.3000.70
HSL289.57º17.56%25.69%-
HSV(B)289.57º29.87%30.2%-
XYZ5.414.597.62-
YUV62.3136.29135.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=35.78%
G=26.47%
B=37.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7354770.050.3000.70289.5717.5625.69
Hex49364D51E046122121a
Octal1116611553601064422232
Binary1001001110110100110110111110010001101001000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49364D; }

 p { color: rgb(73,54,77); }

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

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

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

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

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

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

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