Html Css Color HEX #494F46 Cabbage Pont

📋 copy color: '#494F46'

red 73 ◦ green 79 ◦ blue 70

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

Shades of Cabbage Pont #494F46

Tints of Cabbage Pont #494F46

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 value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#494F46 (or 0x494F46) is known color: 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

RGB 73 79 70 -
CMYK 0.08 0 0.11 0.69
HSL 100º 0.06% 0.29% -
HSV(B) 100º 0.11% 0.31% -
XYZ 6.65 7.45 6.88 -
YUV 76.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 73 79 70 0.08 0 0.11 0.69 100 0.06 0.29
Hex 49 4F 46 8 0 B 45 64 6 1D
Octal 111 117 106 10 0 13 105 144 6 35
Binary 1001001 1001111 1000110 1000 0 1011 1000101 1100100 110 11101

Color Harmonies of #494F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F46

Black with #494F46

Text Example


Text Example

White with #494F46

Text Example


Text Example

HTML Codes & Css Web 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>