Html Css Color HEX #494547 Liver

📋 copy color: '#494547'

red 73 ◦ green 69 ◦ blue 71

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

Shades of Liver #494547

Tints of Liver #494547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.39%

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 34.27%
G = 32.39%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#494547 (or 0x494547) is known color: Liver. HEX triplet: 49, 45 and 47. RGB value is (73,69,71). Sum of RGB (Red+Green+Blue) = 73+69+71=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 73 - color contains mainly: red. Hex color #494547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494547 is #B6BAB8. Grayscale: #464646. Windows color (decimal): -11975353 or 4670793. OLE color: 4670793.

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

Color convert

RGB 73 69 71 -
CMYK 0 0.05 0.03 0.71
HSL 330º 0.03% 0.28% -
HSV(B) 330º 0.05% 0.29% -
XYZ 6.01 6.13 6.83 -
YUV 70.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 73 69 71 0 0.05 0.03 0.71 330 0.03 0.28
Hex 49 45 47 0 5 3 47 14A 3 1C
Octal 111 105 107 0 5 3 107 512 3 34
Binary 1001001 1000101 1000111 0 101 11 1000111 101001010 11 11100

Color Harmonies of #494547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494547

Black with #494547

Text Example


Text Example

White with #494547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494547; }

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

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

background-color css

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

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

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

border-color css

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

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

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