#49374F

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

Shades of Bossanova #49374F

Tints of Bossanova #49374F

Color information

#49374F (or 0x49374F) is unknown color: approx Bossanova. HEX triplet: 49, 37 and 4F. RGB value is (73,55,79). Sum of RGB (Red+Green+Blue) = 73+55+79=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #49374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49374F is #B6C8B0. Grayscale: #3F3F3F. Windows color (decimal): -11978929 or 5191497. OLE color: 5191497.

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

Color convert

RGB735579-
CMYK0.080.3000.69
HSL285º17.91%26.27%-
HSV(B)285º30.38%30.98%-
XYZ5.534.718.02-
YUV63.12136.96135.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=35.27%
G=26.57%
B=38.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7355790.080.3000.6928517.9126.27
Hex49374F81E04511d121a
Octal11167117103601054352232
Binary10010011101111001111100011110010001011000111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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