#49344B

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

Shades of Bossanova #49344B

Tints of Bossanova #49344B

Color information

#49344B (or 0x49344B) is unknown color: approx Bossanova. HEX triplet: 49, 34 and 4B. RGB value is (73,52,75). Sum of RGB (Red+Green+Blue) = 73+52+75=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #49344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49344B is #B6CBB4. Grayscale: #3C3C3C. Windows color (decimal): -11979701 or 4928585. OLE color: 4928585.

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

Color convert

RGB735275-
CMYK0.030.3100.71
HSL294.78º18.11%24.9%-
HSV(B)294.78º30.67%29.41%-
XYZ5.254.387.23-
YUV60.9135.96136.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=36.5%
G=26%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7352750.030.3100.71294.7818.1124.9
Hex49344B31F0471271219
Octal1116411333701074472231
Binary100100111010010010111111111010001111001001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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