Html Css Color HEX #494446 Liver

📋 copy color: '#494446'

red 73 ◦ green 68 ◦ blue 70

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

Shades of Liver #494446

Tints of Liver #494446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 34.6%
G = 32.23%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#494446 (or 0x494446) is known color: Liver. HEX triplet: 49, 44 and 46. RGB value is (73,68,70). Sum of RGB (Red+Green+Blue) = 73+68+70=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 73 - color contains mainly: red. Hex color #494446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494446 is #B6BBB9. Grayscale: #454545. Windows color (decimal): -11975610 or 4605001. OLE color: 4605001.

HSL color Cylindrical-coordinate representation of color #494446: hue angle of 336º 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 #494446 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 70 -
CMYK 0 0.07 0.04 0.71
HSL 336º 0.04% 0.28% -
HSV(B) 336º 0.07% 0.29% -
XYZ 5.92 5.99 6.64 -
YUV 69.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 73 68 70 0 0.07 0.04 0.71 336 0.04 0.28
Hex 49 44 46 0 7 4 47 150 4 1C
Octal 111 104 106 0 7 4 107 520 4 34
Binary 1001001 1000100 1000110 0 111 100 1000111 101010000 100 11100

Color Harmonies of #494446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494446

Black with #494446

Text Example


Text Example

White with #494446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494446; }

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

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

background-color css

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

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

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

border-color css

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

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

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