#493249

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

Shades of Bossanova #493249

Tints of Bossanova #493249

Color information

#493249 (or 0x493249) is unknown color: approx Bossanova. HEX triplet: 49, 32 and 49. RGB value is (73,50,73). Sum of RGB (Red+Green+Blue) = 73+50+73=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #493249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493249 is #B6CDB6. Grayscale: #3B3B3B. Windows color (decimal): -11980215 or 4797001. OLE color: 4797001.

HSL color Cylindrical-coordinate representation of color #493249: hue angle of 300º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #493249 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB735073-
CMYK00.3200.71
HSL300º18.7%24.12%-
HSV(B)300º31.51%28.63%-
XYZ5.094.186.84-
YUV59.5135.62137.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=37.24%
G=25.51%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73507300.3200.7130018.724.12
Hex49324902004712c1318
Octal1116211104001074542330
Binary100100111001010010010100000010001111001011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493249; }

 p { color: rgb(73,50,73); }

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

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

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

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

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

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

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