Html Css Color HEX #493E44 Liver

📋 copy color: '#493E44'

red 73 ◦ green 62 ◦ blue 68

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

Shades of Liver #493E44

Tints of Liver #493E44

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.54%

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 35.96%
G = 30.54%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#493E44 (or 0x493E44) is known color: Liver. HEX triplet: 49, 3E and 44. RGB value is (73,62,68). Sum of RGB (Red+Green+Blue) = 73+62+68=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 73 - color contains mainly: red. Hex color #493E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E44 is #B6C1BB. Grayscale: #414141. Windows color (decimal): -11977148 or 4472393. OLE color: 4472393.

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

Color convert

RGB 73 62 68 -
CMYK 0 0.15 0.07 0.71
HSL 327.27º 0.08% 0.26% -
HSV(B) 327.27º 0.15% 0.29% -
XYZ 5.51 5.28 6.2 -
YUV 65.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 73 62 68 0 0.15 0.07 0.71 327.27 0.08 0.26
Hex 49 3E 44 0 F 7 47 147 8 1A
Octal 111 76 104 0 17 7 107 507 10 32
Binary 1001001 111110 1000100 0 1111 111 1000111 101000111 1000 11010

Color Harmonies of #493E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E44

Black with #493E44

Text Example


Text Example

White with #493E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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