#49374B

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

Shades of Bossanova #49374B

Tints of Bossanova #49374B

Color information

#49374B (or 0x49374B) is unknown color: approx Bossanova. HEX triplet: 49, 37 and 4B. RGB value is (73,55,75). Sum of RGB (Red+Green+Blue) = 73+55+75=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #49374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49374B is #B6C8B4. Grayscale: #3E3E3E. Windows color (decimal): -11978933 or 4929353. OLE color: 4929353.

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

Color convert

RGB735575-
CMYK0.030.2700.71
HSL294º15.38%25.49%-
HSV(B)294º26.67%29.41%-
XYZ5.384.667.27-
YUV62.66134.96135.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=35.96%
G=27.09%
B=36.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7355750.030.2700.7129415.3825.49
Hex49374B31B047126f19
Octal1116711333301074461731
Binary10010011101111001011111101101000111100100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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