Html Css Color HEX #494849 Bossanova

📋 copy color: '#494849'

red 73 ◦ green 72 ◦ blue 73

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

Shades of Bossanova #494849

Tints of Bossanova #494849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.03%

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

R = 33.49%
G = 33.03%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#494849 (or 0x494849) is known color: Bossanova. HEX triplet: 49, 48 and 49. RGB value is (73,72,73). Sum of RGB (Red+Green+Blue) = 73+72+73=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #494849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494849 is #B6B7B6. Grayscale: #484848. Windows color (decimal): -11974583 or 4802633. OLE color: 4802633.

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

Color convert

RGB 73 72 73 -
CMYK 0 0.01 0 0.71
HSL 300º 0.01% 0.28% -
HSV(B) 300º 0.01% 0.29% -
XYZ 6.27 6.53 7.23 -
YUV 72.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 73 72 73 0 0.01 0 0.71 300 0.01 0.28
Hex 49 48 49 0 1 0 47 12C 1 1C
Octal 111 110 111 0 1 0 107 454 1 34
Binary 1001001 1001000 1001001 0 1 0 1000111 100101100 1 11100

Color Harmonies of #494849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494849

Black with #494849

Text Example


Text Example

White with #494849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494849; }

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

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

background-color css

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

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

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

border-color css

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

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

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