#49354B

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

Shades of Bossanova #49354B

Tints of Bossanova #49354B

Color information

#49354B (or 0x49354B) is unknown color: approx Bossanova. HEX triplet: 49, 35 and 4B. RGB value is (73,53,75). Sum of RGB (Red+Green+Blue) = 73+53+75=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: blue. Hex color #49354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49354B is #B6CAB4. Grayscale: #3D3D3D. Windows color (decimal): -11979445 or 4928841. OLE color: 4928841.

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

Color convert

RGB735375-
CMYK0.030.2900.71
HSL294.55º17.19%25.1%-
HSV(B)294.55º29.33%29.41%-
XYZ5.294.477.24-
YUV61.49135.63136.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=36.32%
G=26.37%
B=37.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7353750.030.2900.71294.5517.1925.1
Hex49354B31D0471271119
Octal1116511333501074472131
Binary100100111010110010111111101010001111001001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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