#494F46

Color #494F46 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #494F46

Tints of Cabbage Pont #494F46

Color information

#494F46 (or 0x494F46) is unknown color: approx Cabbage Pont. HEX triplet: 49, 4F and 46. RGB value is (73,79,70). Sum of RGB (Red+Green+Blue) = 73+79+70=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 79 - color contains mainly: green. Hex color #494F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F46 is #B6B0B9. Grayscale: #4C4C4C. Windows color (decimal): -11972794 or 4607817. OLE color: 4607817.

HSL color Cylindrical-coordinate representation of color #494F46: hue angle of 100º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494F46 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB737970-
CMYK0.0800.110.69
HSL100º6.04%29.22%-
HSV(B)100º11.39%30.98%-
XYZ6.657.456.88-
YUV76.18124.51125.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=32.88%
G=35.59%
B=31.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7379700.0800.110.691006.0429.22
Hex494F4680B456461d
Octal11111710610013105144635
Binary1001001100111110001101000010111000101110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494F46; }

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

 H1.HeaderClassName
 {
   color: #494F46;
 }
 .AnyTagClassName
 {
   color: #494F46;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #494F46;
 }
 .BgClassName
 {
   background-color: #494F46;
 }
</style>
border-color css

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

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

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