#49474A

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

Shades of Bossanova #49474A

Tints of Bossanova #49474A

Color information

#49474A (or 0x49474A) is unknown color: approx Bossanova. HEX triplet: 49, 47 and 4A. RGB value is (73,71,74). Sum of RGB (Red+Green+Blue) = 73+71+74=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 74 - color contains mainly: blue. Hex color #49474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49474A is #B6B8B5. Grayscale: #474747. Windows color (decimal): -11974838 or 4867913. OLE color: 4867913.

HSL color Cylindrical-coordinate representation of color #49474A: hue angle of 280º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #49474A is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB737174-
CMYK0.010.0400.71
HSL280º2.07%28.43%-
HSV(B)280º4.05%29.02%-
XYZ6.246.427.39-
YUV71.94129.16128.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=33.49%
G=32.57%
B=33.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7371740.010.0400.712802.0728.43
Hex49474A1404711821c
Octal111107112140107430234
Binary1001001100011110010101100010001111000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49474A; }

 p { color: rgb(73,71,74); }

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

<style>
 a { background-color: #49474A; }

 a { background-color: rgb(73,71,74); }

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

<style>
 span { border-color: #49474A; }

 span { border-color: rgb(73,71,74); }

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