#49364F

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

Shades of Bossanova #49364F

Tints of Bossanova #49364F

Color information

#49364F (or 0x49364F) is unknown color: approx Bossanova. HEX triplet: 49, 36 and 4F. RGB value is (73,54,79). Sum of RGB (Red+Green+Blue) = 73+54+79=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #49364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49364F is #B6C9B0. Grayscale: #3E3E3E. Windows color (decimal): -11979185 or 5191241. OLE color: 5191241.

HSL color Cylindrical-coordinate representation of color #49364F: hue angle of 285.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49364F is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB735479-
CMYK0.080.3200.69
HSL285.6º18.8%26.08%-
HSV(B)285.6º31.65%30.98%-
XYZ5.484.628-
YUV62.53137.29135.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=35.44%
G=26.21%
B=38.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7354790.080.3200.69285.618.826.08
Hex49364F82004511e131a
Octal11166117104001054362332
Binary100100111011010011111000100000010001011000111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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