Html Css Color HEX #494748 Liver

📋 copy color: '#494748'

red 73 ◦ green 71 ◦ blue 72

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

Shades of Liver #494748

Tints of Liver #494748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.87%

 BLUE value IS 72 (28.52% from 255) = 33.33%

R = 33.8%
G = 32.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#494748 (or 0x494748) is known color: Liver. HEX triplet: 49, 47 and 48. RGB value is (73,71,72). Sum of RGB (Red+Green+Blue) = 73+71+72=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 73 - color contains mainly: red. Hex color #494748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494748 is #B6B8B7. Grayscale: #474747. Windows color (decimal): -11974840 or 4736841. OLE color: 4736841.

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

Color convert

RGB 73 71 72 -
CMYK 0 0.03 0.01 0.71
HSL 330º 0.01% 0.28% -
HSV(B) 330º 0.03% 0.29% -
XYZ 6.17 6.39 7.04 -
YUV 71.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 73 71 72 0 0.03 0.01 0.71 330 0.01 0.28
Hex 49 47 48 0 3 1 47 14A 1 1C
Octal 111 107 110 0 3 1 107 512 1 34
Binary 1001001 1000111 1001000 0 11 1 1000111 101001010 1 11100

Color Harmonies of #494748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494748

Black with #494748

Text Example


Text Example

White with #494748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494748; }

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

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

background-color css

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

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

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

border-color css

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

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

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