Html Css Color HEX #494449 Bossanova

📋 copy color: '#494449'

red 73 ◦ green 68 ◦ blue 73

#494449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #494449

Tints of Bossanova #494449

RGB

 RED value IS 73 (28.91% from 255) = 34.11%

 GREEN value IS 68 (26.95% from 255) = 31.78%

 BLUE value IS 73 (28.91% from 255) = 34.11%

R = 34.11%
G = 31.78%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#494449 (or 0x494449) is known color: Bossanova. HEX triplet: 49, 44 and 49. RGB value is (73,68,73). Sum of RGB (Red+Green+Blue) = 73+68+73=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #494449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494449 is #B6BBB6. Grayscale: #464646. Windows color (decimal): -11975607 or 4801609. OLE color: 4801609.

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

Color convert

RGB 73 68 73 -
CMYK 0 0.07 0 0.71
HSL 300º 0.04% 0.28% -
HSV(B) 300º 0.07% 0.29% -
XYZ 6.02 6.03 7.15 -
YUV 70.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 73 68 73 0 0.07 0 0.71 300 0.04 0.28
Hex 49 44 49 0 7 0 47 12C 4 1C
Octal 111 104 111 0 7 0 107 454 4 34
Binary 1001001 1000100 1001001 0 111 0 1000111 100101100 100 11100

Color Harmonies of #494449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494449

Black with #494449

Text Example


Text Example

White with #494449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494449; }

 p { color: rgb(73,68,73); }

 H1.HeaderClassName
 {
   color: #494449;
 }
 .AnyTagClassName
 {
   color: #494449;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #494449;
 }
 .BgClassName
 {
   background-color: #494449;
 }
</style>

border-color css

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

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

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