#49334B

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

Shades of Bossanova #49334B

Tints of Bossanova #49334B

Color information

#49334B (or 0x49334B) is unknown color: approx Bossanova. HEX triplet: 49, 33 and 4B. RGB value is (73,51,75). Sum of RGB (Red+Green+Blue) = 73+51+75=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #49334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49334B is #B6CCB4. Grayscale: #3C3C3C. Windows color (decimal): -11979957 or 4928329. OLE color: 4928329.

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

Color convert

RGB735175-
CMYK0.030.3200.71
HSL295º19.05%24.71%-
HSV(B)295º32%29.41%-
XYZ5.24.297.21-
YUV60.31136.29137.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=36.68%
G=25.63%
B=37.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7351750.030.3200.7129519.0524.71
Hex49334B3200471271319
Octal1116311334001074472331
Binary1001001110011100101111100000010001111001001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49334B; }

 p { color: rgb(73,51,75); }

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

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

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

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

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

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

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