#49384F

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

Shades of Bossanova #49384F

Tints of Bossanova #49384F

Color information

#49384F (or 0x49384F) is unknown color: approx Bossanova. HEX triplet: 49, 38 and 4F. RGB value is (73,56,79). Sum of RGB (Red+Green+Blue) = 73+56+79=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 79 - color contains mainly: blue. Hex color #49384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49384F is #B6C7B0. Grayscale: #3F3F3F. Windows color (decimal): -11978673 or 5191753. OLE color: 5191753.

HSL color Cylindrical-coordinate representation of color #49384F: hue angle of 284.35º 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 #49384F is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB735679-
CMYK0.080.2900.69
HSL284.35º17.04%26.47%-
HSV(B)284.35º29.11%30.98%-
XYZ5.574.818.03-
YUV63.7136.63134.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=35.10%
G=26.92%
B=37.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7356790.080.2900.69284.3517.0426.47
Hex49384F81D04511c111a
Octal11170117103501054342132
Binary10010011110001001111100011101010001011000111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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