#49424C

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

Shades of Bossanova #49424C

Tints of Bossanova #49424C

Color information

#49424C (or 0x49424C) is unknown color: approx Bossanova. HEX triplet: 49, 42 and 4C. RGB value is (73,66,76). Sum of RGB (Red+Green+Blue) = 73+66+76=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #49424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49424C is #B6BDB3. Grayscale: #454545. Windows color (decimal): -11976116 or 4997705. OLE color: 4997705.

HSL color Cylindrical-coordinate representation of color #49424C: hue angle of 282º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #49424C is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB736676-
CMYK0.040.1300.70
HSL282º7.04%27.84%-
HSV(B)282º13.16%29.8%-
XYZ65.837.65-
YUV69.23131.82130.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.95%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=33.95%
G=30.70%
B=35.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7366760.040.1300.702827.0427.84
Hex49424C4D04611a71c
Octal1111021144150106432734
Binary10010011000010100110010011010100011010001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49424C; }

 p { color: rgb(73,66,76); }

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

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

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

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

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

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

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