#49374E

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

Shades of Bossanova #49374E

Tints of Bossanova #49374E

Color information

#49374E (or 0x49374E) is unknown color: approx Bossanova. HEX triplet: 49, 37 and 4E. RGB value is (73,55,78). Sum of RGB (Red+Green+Blue) = 73+55+78=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: blue. Hex color #49374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49374E is #B6C8B1. Grayscale: #3E3E3E. Windows color (decimal): -11978930 or 5125961. OLE color: 5125961.

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

Color convert

RGB735578-
CMYK0.060.2900.69
HSL286.96º17.29%26.08%-
HSV(B)286.96º29.49%30.59%-
XYZ5.494.77.83-
YUV63136.46135.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=35.44%
G=26.70%
B=37.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7355780.060.2900.69286.9617.2926.08
Hex49374E61D04511f111a
Octal1116711663501054372132
Binary1001001110111100111011011101010001011000111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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