Html Css Color HEX #494145 Liver

📋 copy color: '#494145'

red 73 ◦ green 65 ◦ blue 69

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

Shades of Liver #494145

Tints of Liver #494145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

 BLUE value IS 69 (27.34% from 255) = 33.33%

R = 35.27%
G = 31.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#494145 (or 0x494145) is known color: Liver. HEX triplet: 49, 41 and 45. RGB value is (73,65,69). Sum of RGB (Red+Green+Blue) = 73+65+69=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 73 - color contains mainly: red. Hex color #494145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494145 is #B6BEBA. Grayscale: #434343. Windows color (decimal): -11976379 or 4538697. OLE color: 4538697.

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

Color convert

RGB 73 65 69 -
CMYK 0 0.11 0.05 0.71
HSL 330º 0.06% 0.27% -
HSV(B) 330º 0.11% 0.29% -
XYZ 5.71 5.63 6.42 -
YUV 67.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 73 65 69 0 0.11 0.05 0.71 330 0.06 0.27
Hex 49 41 45 0 B 5 47 14A 6 1B
Octal 111 101 105 0 13 5 107 512 6 33
Binary 1001001 1000001 1000101 0 1011 101 1000111 101001010 110 11011

Color Harmonies of #494145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494145

Black with #494145

Text Example


Text Example

White with #494145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494145; }

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

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

background-color css

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

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

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

border-color css

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

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

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